Merge pull request #233385 from wegank/sigtool-meta

darwin.sigtool: add meta
This commit is contained in:
Weijia Wang 2023-05-22 14:18:03 +03:00 committed by GitHub
commit 15bc5a8790
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,4 +15,11 @@ stdenv.mkDerivation rec {
buildInputs = [ openssl ];
installFlags = [ "PREFIX=$(out)" ];
meta = with lib; {
description = "A tool for working with embedded signatures in Mach-O files";
homepage = "https://github.com/thefloweringash/sigtool";
license = licenses.mit;
platforms = platforms.unix;
};
}