mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
netpbm: Disable parallel building
Looks like the "partlist" file is constructed in an unsound way. http://hydra.nixos.org/build/32430147
This commit is contained in:
parent
424af2cd52
commit
abd3c246a4
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
|||||||
touch lib/standardppmdfont.c
|
touch lib/standardppmdfont.c
|
||||||
'';
|
'';
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = false;
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
make package pkgdir=$out
|
make package pkgdir=$out
|
||||||
|
Loading…
Reference in New Issue
Block a user