mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
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 a new issue