monkeysphere: *Flags are lists

gstqt5
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
1 changed files with 4 additions and 4 deletions

View File

@ -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