monkeysphere: *Flags are lists

This commit is contained in:
Robin Gloster 2019-10-29 23:21:22 +01:00 committed by Jan Tojnar
parent 4d4a2b4724
commit 08d5fc3934
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

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