Loading maintainers/maintainer-list.nix +5 −0 Original line number Diff line number Diff line Loading @@ -8710,6 +8710,11 @@ githubId = 762421; name = "Pierre Thierry"; }; keto = { github = "TheRealKeto"; githubId = 24854941; name = "Keto"; }; ketzacoatl = { email = "ketzacoatl@protonmail.com"; github = "ketzacoatl"; Loading pkgs/development/tools/ldid-procursus/default.nix 0 → 100644 +29 −0 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , pkg-config , libplist , openssl }: stdenv.mkDerivation (finalAttrs: { pname = "ldid-procursus"; version = "2.1.5-procursus7"; src = fetchFromGitHub { owner = "ProcursusTeam"; repo = "ldid"; rev = "v${finalAttrs.version}"; hash = "sha256-QnSmWY9zCOPYAn2VHc5H+VQXjTCyr0EuosxvKGGpDtQ="; }; nativeBuildInputs = [ pkg-config libplist openssl ]; stripDebugFlags = [ "--strip-unneeded" ]; makeFlags = [ "PREFIX=${placeholder "out"}" ]; meta = with lib; { description = "Put real or fake signatures in a Mach-O binary"; homepage = "https://github.com/ProcursusTeam/ldid"; maintainers = with maintainers; [ keto ]; platforms = platforms.unix; license = licenses.agpl3Only; }; }) pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -41492,6 +41492,8 @@ with pkgs; inherit (darwin.apple_sdk.frameworks) CoreFoundation Security; }; ldid-procursus = callPackage ../development/tools/ldid-procursus { }; xcolor = callPackage ../tools/graphics/xcolor { }; xcfun = callPackage ../development/libraries/science/chemistry/xcfun { }; Loading
maintainers/maintainer-list.nix +5 −0 Original line number Diff line number Diff line Loading @@ -8710,6 +8710,11 @@ githubId = 762421; name = "Pierre Thierry"; }; keto = { github = "TheRealKeto"; githubId = 24854941; name = "Keto"; }; ketzacoatl = { email = "ketzacoatl@protonmail.com"; github = "ketzacoatl"; Loading
pkgs/development/tools/ldid-procursus/default.nix 0 → 100644 +29 −0 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , pkg-config , libplist , openssl }: stdenv.mkDerivation (finalAttrs: { pname = "ldid-procursus"; version = "2.1.5-procursus7"; src = fetchFromGitHub { owner = "ProcursusTeam"; repo = "ldid"; rev = "v${finalAttrs.version}"; hash = "sha256-QnSmWY9zCOPYAn2VHc5H+VQXjTCyr0EuosxvKGGpDtQ="; }; nativeBuildInputs = [ pkg-config libplist openssl ]; stripDebugFlags = [ "--strip-unneeded" ]; makeFlags = [ "PREFIX=${placeholder "out"}" ]; meta = with lib; { description = "Put real or fake signatures in a Mach-O binary"; homepage = "https://github.com/ProcursusTeam/ldid"; maintainers = with maintainers; [ keto ]; platforms = platforms.unix; license = licenses.agpl3Only; }; })
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -41492,6 +41492,8 @@ with pkgs; inherit (darwin.apple_sdk.frameworks) CoreFoundation Security; }; ldid-procursus = callPackage ../development/tools/ldid-procursus { }; xcolor = callPackage ../tools/graphics/xcolor { }; xcfun = callPackage ../development/libraries/science/chemistry/xcfun { };