forked from mirrors/nixpkgs
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 =
|
configureFlags =
|
||||||
if x11Support then [ "--with-x" ] else [ "--without-x" ];
|
if x11Support then [ "--with-x" ] else [ "--without-x" ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
|
||||||
|
|
||||||
CFLAGS = "-fPIC";
|
CFLAGS = "-fPIC";
|
||||||
|
|
||||||
patches = [ ./purity.patch ./urw-font-files.patch ];
|
patches = [ ./purity.patch ./urw-font-files.patch ];
|
||||||
|
|
Loading…
Reference in a new issue