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:
commit
cfac943524
|
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
buildPhase = ''
|
||||
make OPTLEVEL=0
|
||||
make OPTLEVEL=0 USE_LIBPNG=0
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue