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:
Eelco Dolstra 2016-02-28 12:59:17 +01:00
parent 424af2cd52
commit abd3c246a4

View file

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
touch lib/standardppmdfont.c
'';
enableParallelBuilding = true;
enableParallelBuilding = false;
installPhase = ''
make package pkgdir=$out