mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
pingus: *Flags are lists
This commit is contained in:
parent
8df63ca72f
commit
9052e1c5b7
|
@ -25,7 +25,7 @@ stdenv.mkDerivation {
|
|||
sha256 = "0nqyhznnnvpgfa6rfv8rapjfpw99b67n97jfqp9r3hpib1b3ja6p";
|
||||
})
|
||||
];
|
||||
makeFlags = "PREFIX=${placeholder "out"}";
|
||||
makeFlags = [ "PREFIX=${placeholder "out"}" ];
|
||||
dontUseSconsInstall = true;
|
||||
meta = {
|
||||
inherit (s) version;
|
||||
|
|
Loading…
Reference in a new issue