eduke32.nix: disable libpng (can't build with it)
This commit is contained in:
parent
c347f1c26f
commit
baec112e37
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
buildPhase = ''
|
||||
make OPTLEVEL=0
|
||||
make OPTLEVEL=0 USE_LIBPNG=0
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user