gimp: enable parallel building
This commit is contained in:
parent
d34a72dfba
commit
fbd3ad83e5
@ -27,6 +27,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
#configureFlags = [ "--disable-print" ];
|
#configureFlags = [ "--disable-print" ];
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
# "screenshot" needs this.
|
# "screenshot" needs this.
|
||||||
NIX_LDFLAGS = "-rpath ${xorg.libX11}/lib"
|
NIX_LDFLAGS = "-rpath ${xorg.libX11}/lib"
|
||||||
+ stdenv.lib.optionalString stdenv.isDarwin " -lintl";
|
+ stdenv.lib.optionalString stdenv.isDarwin " -lintl";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user