Merge pull request #62174 from Infinisil/fix/pingus

pingus: Fix build
This commit is contained in:
Silvan Mosberger 2019-05-29 01:30:38 +02:00 committed by GitHub
commit eb9a9bb22a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'';