pingus: Fix build

This commit is contained in:
Silvan Mosberger 2019-05-28 23:18:58 +02:00
parent 1ba9fd335d
commit a1ed58d6a8
No known key found for this signature in database
GPG Key ID: 9424360B4B85C9E7

View File

@ -25,7 +25,8 @@ stdenv.mkDerivation rec {
sha256 = "0nqyhznnnvpgfa6rfv8rapjfpw99b67n97jfqp9r3hpib1b3ja6p";
})
];
makeFlags = '' PREFIX="$(out)" '';
makeFlags = "PREFIX=${placeholder "out"}";
dontUseSconsInstall = true;
meta = {
inherit (s) version;
description = ''A puzzle game with mechanics similar to Lemmings'';