eduke32.nix: disable libpng (can't build with it)

This commit is contained in:
Sergey Mironov 2014-12-07 23:18:46 +03:00
parent c347f1c26f
commit baec112e37

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
''; '';
buildPhase = '' buildPhase = ''
make OPTLEVEL=0 make OPTLEVEL=0 USE_LIBPNG=0
''; '';
installPhase = '' installPhase = ''