forked from mirrors/nixpkgs
Merge pull request #161176 from a-m-joseph/signify-crosscompile
This commit is contained in:
commit
3e78470617
|
@ -16,10 +16,12 @@ stdenv.mkDerivation rec {
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
buildInputs = [ libbsd ];
|
buildInputs = [ libbsd ];
|
||||||
|
|
||||||
preInstall = ''
|
postPatch = ''
|
||||||
export PREFIX=$out
|
substituteInPlace Makefile --replace "shell pkg-config" "shell $PKG_CONFIG"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
installFlags = [ "PREFIX=$(out)" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "OpenBSD signing tool";
|
description = "OpenBSD signing tool";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
|
Loading…
Reference in a new issue