Merge pull request #161176 from a-m-joseph/signify-crosscompile

authored by

Artturi and committed by
GitHub
3e784706 16d11716

+4 -2
+4 -2
pkgs/tools/security/signify/default.nix
··· 16 nativeBuildInputs = [ pkg-config ]; 17 buildInputs = [ libbsd ]; 18 19 - preInstall = '' 20 - export PREFIX=$out 21 ''; 22 23 meta = with lib; { 24 description = "OpenBSD signing tool";
··· 16 nativeBuildInputs = [ pkg-config ]; 17 buildInputs = [ libbsd ]; 18 19 + postPatch = '' 20 + substituteInPlace Makefile --replace "shell pkg-config" "shell $PKG_CONFIG" 21 ''; 22 + 23 + installFlags = [ "PREFIX=$(out)" ]; 24 25 meta = with lib; { 26 description = "OpenBSD signing tool";