mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
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 ] ++
|
||||
(with perlPackages; [ CryptOpenSSLRSA CryptOpenSSLBignum ]));
|
||||
|
||||
makeFlags = ''
|
||||
PREFIX=/
|
||||
DESTDIR=$(out)
|
||||
'';
|
||||
makeFlags = [
|
||||
"PREFIX=/"
|
||||
"DESTDIR=$(out)"
|
||||
];
|
||||
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user