summaryrefslogtreecommitdiffstats
path: root/pkgs/games/eduke32/default.nix
diff options
context:
space:
mode:
authorSergey Mironov <grrwlf@gmail.com>2014-12-07 23:18:46 +0300
committerSergey Mironov <grrwlf@gmail.com>2014-12-07 23:19:54 +0300
commitbaec112e371dc302b473c06ef854ebd37f3648ab (patch)
treea2dc6cf4db82c4fa2694b8aa546e17117882dcf1 /pkgs/games/eduke32/default.nix
parentc347f1c26fecf83546a48c5b0d6c549be8020c7e (diff)
eduke32.nix: disable libpng (can't build with it)
Diffstat (limited to 'pkgs/games/eduke32/default.nix')
-rw-r--r--pkgs/games/eduke32/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/eduke32/default.nix b/pkgs/games/eduke32/default.nix
index 1d93b24d38ab..cc47f9482404 100644
--- a/pkgs/games/eduke32/default.nix
+++ b/pkgs/games/eduke32/default.nix
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
'';
buildPhase = ''
- make OPTLEVEL=0
+ make OPTLEVEL=0 USE_LIBPNG=0
'';
installPhase = ''