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