diff options
| author | Aristid Breitkreuz <aristidb@gmail.com> | 2015-04-08 19:43:11 +0000 |
|---|---|---|
| committer | Aristid Breitkreuz <aristidb@gmail.com> | 2015-04-08 19:43:11 +0000 |
| commit | 4df8fb6bbaf68f27f15c1488c4ad9182416f23bd (patch) | |
| tree | 5727adb397c877deb67aa06578e0fad4a873f8a0 | |
| parent | pgpool: 3.4.1 -> 3.4.2 (diff) | |
| download | nixpkgs-4df8fb6bbaf68f27f15c1488c4ad9182416f23bd.tar.gz | |
without parallel builds, try -pipe to get small amount of parallelismorigin/slightly-faster-qt-build
| -rw-r--r-- | pkgs/development/libraries/qt-4.x/4.8/default.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/libraries/qt-4.x/4.8/default.nix b/pkgs/development/libraries/qt-4.x/4.8/default.nix index 06ff3fe66d40..411b7240ed1b 100644 --- a/pkgs/development/libraries/qt-4.x/4.8/default.nix +++ b/pkgs/development/libraries/qt-4.x/4.8/default.nix @@ -130,7 +130,9 @@ stdenv.mkDerivation rec { # @vcunat has been unable to find a *reliable* fix enableParallelBuilding = false; - NIX_CFLAGS_COMPILE = optionalString stdenv.isDarwin + NIX_CFLAGS_COMPILE = + "-pipe " + + optionalString stdenv.isDarwin "-I${glib}/include/glib-2.0 -I${glib}/lib/glib-2.0/include"; NIX_LDFLAGS = optionalString stdenv.isDarwin |
