mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
glusterfs: Enable parallel building.
I checked for determinism with `nix-build --option build-repeat 10`.
This commit is contained in:
parent
85f6ff48e1
commit
01bbdae2fe
@ -91,6 +91,8 @@ rec {
|
||||
|
||||
makeFlags = "DESTDIR=$(out)";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
postInstall = ''
|
||||
cp -r $out/$out/* $out
|
||||
rm -r $out/nix
|
||||
|
Loading…
Reference in New Issue
Block a user