mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
Merge pull request #233385 from wegank/sigtool-meta
darwin.sigtool: add meta
This commit is contained in:
commit
15bc5a8790
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user