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 16 nativeBuildInputs = [ pkg-config ]; 17 17 buildInputs = [ libbsd ]; 18 18 19 - preInstall = '' 20 - export PREFIX=$out 19 + postPatch = '' 20 + substituteInPlace Makefile --replace "shell pkg-config" "shell $PKG_CONFIG" 21 21 ''; 22 + 23 + installFlags = [ "PREFIX=$(out)" ]; 22 24 23 25 meta = with lib; { 24 26 description = "OpenBSD signing tool";