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-19 16:56:30 +02:00
parent 85f6ff48e1
commit 01bbdae2fe
@@ -91,6 +91,8 @@ rec {
makeFlags = "DESTDIR=$(out)";
enableParallelBuilding = true;
postInstall = ''
cp -r $out/$out/* $out
rm -r $out/nix