pingus: *Flags are lists

This commit is contained in:
Robin Gloster 2019-10-29 23:21:22 +01:00 committed by Jan Tojnar
parent 8df63ca72f
commit 9052e1c5b7
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation {
sha256 = "0nqyhznnnvpgfa6rfv8rapjfpw99b67n97jfqp9r3hpib1b3ja6p";
})
];
makeFlags = "PREFIX=${placeholder "out"}";
makeFlags = [ "PREFIX=${placeholder "out"}" ];
dontUseSconsInstall = true;
meta = {
inherit (s) version;