eduke32.nix: disable libpng (can't build with it)
This commit is contained in:
parent
c347f1c26f
commit
baec112e37
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
buildPhase = ''
|
||||
make OPTLEVEL=0
|
||||
make OPTLEVEL=0 USE_LIBPNG=0
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue