mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Merge pull request #51142 from alyssais/postgres_parallel
postgresql: disable parallel building on Darwin
This commit is contained in:
commit
c1ba7f4378
@ -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 New Issue
Block a user