monkeysphere: *Flags are lists
This commit is contained in:
parent
4d4a2b4724
commit
08d5fc3934
@ -36,10 +36,10 @@ in stdenv.mkDerivation rec {
|
|||||||
([ gnupg opensshUnsafe which socat cpio hexdump procps lockfileProgs ] ++
|
([ gnupg opensshUnsafe which socat cpio hexdump procps lockfileProgs ] ++
|
||||||
(with perlPackages; [ CryptOpenSSLRSA CryptOpenSSLBignum ]));
|
(with perlPackages; [ CryptOpenSSLRSA CryptOpenSSLBignum ]));
|
||||||
|
|
||||||
makeFlags = ''
|
makeFlags = [
|
||||||
PREFIX=/
|
"PREFIX=/"
|
||||||
DESTDIR=$(out)
|
"DESTDIR=$(out)"
|
||||||
'';
|
];
|
||||||
|
|
||||||
# The tests should be run (and succeed) when making changes to this package
|
# The tests should be run (and succeed) when making changes to this package
|
||||||
# but they aren't enabled by default because they "drain" entropy (GnuPG
|
# but they aren't enabled by default because they "drain" entropy (GnuPG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user