1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00

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
commit cfac943524

View file

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