pingus: *Flags are lists

This commit is contained in:
Robin Gloster
2019-12-30 12:15:28 +01:00
committed by Jan Tojnar
parent 8df63ca72f
commit 9052e1c5b7
+1 -1
View File
@@ -25,7 +25,7 @@ stdenv.mkDerivation {
sha256 = "0nqyhznnnvpgfa6rfv8rapjfpw99b67n97jfqp9r3hpib1b3ja6p"; sha256 = "0nqyhznnnvpgfa6rfv8rapjfpw99b67n97jfqp9r3hpib1b3ja6p";
}) })
]; ];
makeFlags = "PREFIX=${placeholder "out"}"; makeFlags = [ "PREFIX=${placeholder "out"}" ];
dontUseSconsInstall = true; dontUseSconsInstall = true;
meta = { meta = {
inherit (s) version; inherit (s) version;