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:
Peter Simons 2010-09-27 15:59:12 +00:00
parent f492f1a989
commit e5a71f8151

View File

@ -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 ];