Skip to content

Commit

Permalink
without parallel builds, try -pipe to get small amount of parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
aristidb committed Apr 8, 2015
1 parent 9308b8e commit 4df8fb6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/development/libraries/qt-4.x/4.8/default.nix
Expand Up @@ -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
Expand Down

0 comments on commit 4df8fb6

Please sign in to comment.