monkeysphere: *Flags are lists

This commit is contained in:
Robin Gloster
2019-12-30 12:16:17 +01:00
committed by Jan Tojnar
parent 4d4a2b4724
commit 08d5fc3934
+4 -4
View File
@@ -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