Merge pull request #51142 from alyssais/postgres_parallel
postgresql: disable parallel building on Darwin
This commit is contained in:
commit
c1ba7f4378
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ let
|
|||
++ lib.optionals (atLeast "9.6" && !stdenv.isDarwin) [ systemd ]
|
||||
++ lib.optionals (!stdenv.isDarwin) [ libossp_uuid ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
enableParallelBuilding = !stdenv.isDarwin;
|
||||
|
||||
makeFlags = [ "world" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue