pkgs/misc/ghostscript: disable parallel building
Parallel builds occasionally fail on (at least) Linux/x86_64. svn path=/nixpkgs/trunk/; revision=23968
This commit is contained in:
parent
f492f1a989
commit
e5a71f8151
@ -35,8 +35,6 @@ stdenv.mkDerivation rec {
|
||||
configureFlags =
|
||||
if x11Support then [ "--with-x" ] else [ "--without-x" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
CFLAGS = "-fPIC";
|
||||
|
||||
patches = [ ./purity.patch ./urw-font-files.patch ];
|
||||
|
Loading…
Reference in New Issue
Block a user