commit
eb9a9bb22a
@ -25,7 +25,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0nqyhznnnvpgfa6rfv8rapjfpw99b67n97jfqp9r3hpib1b3ja6p";
|
sha256 = "0nqyhznnnvpgfa6rfv8rapjfpw99b67n97jfqp9r3hpib1b3ja6p";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
makeFlags = '' PREFIX="$(out)" '';
|
makeFlags = "PREFIX=${placeholder "out"}";
|
||||||
|
dontUseSconsInstall = true;
|
||||||
meta = {
|
meta = {
|
||||||
inherit (s) version;
|
inherit (s) version;
|
||||||
description = ''A puzzle game with mechanics similar to Lemmings'';
|
description = ''A puzzle game with mechanics similar to Lemmings'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user