mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
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