Merge pull request #5253 from grwlf/eduke32
eduke32.nix: disable libpng
This commit is contained in:
commit
cfac943524
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
make OPTLEVEL=0
|
make OPTLEVEL=0 USE_LIBPNG=0
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user