Loading pkgs/os-specific/darwin/sigtool/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -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
pkgs/os-specific/darwin/sigtool/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -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; }; }