glusterfs: Enable parallel building.

I checked for determinism with `nix-build --option build-repeat 10`.
This commit is contained in:
Niklas Hambüchen 2017-05-11 18:28:46 +02:00
parent 85f6ff48e1
commit 01bbdae2fe

View file

@ -91,6 +91,8 @@ rec {
makeFlags = "DESTDIR=$(out)";
enableParallelBuilding = true;
postInstall = ''
cp -r $out/$out/* $out
rm -r $out/nix