Merge pull request #5253 from grwlf/eduke32

eduke32.nix: disable libpng
This commit is contained in:
lethalman
2014-12-19 11:14:57 +01:00
+1 -1
View File
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
''; '';
buildPhase = '' buildPhase = ''
make OPTLEVEL=0 make OPTLEVEL=0 USE_LIBPNG=0
''; '';
installPhase = '' installPhase = ''