summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/filesystems/glusterfs
diff options
context:
space:
mode:
authorNiklas Hambüchen <mail@nh2.me>2017-05-11 18:28:46 +0200
committerNiklas Hambüchen <mail@nh2.me>2017-05-19 16:56:30 +0200
commit01bbdae2fea6b68c05ff1c5b14a0243854861600 (patch)
tree378b3a49cc4e612f777bc44756a51e91c5ede47d /pkgs/tools/filesystems/glusterfs
parent85f6ff48e1eea58fc728c4ffe4f35afe2a2e18b7 (diff)
glusterfs: Enable parallel building.
I checked for determinism with `nix-build --option build-repeat 10`.
Diffstat (limited to 'pkgs/tools/filesystems/glusterfs')
-rw-r--r--pkgs/tools/filesystems/glusterfs/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/filesystems/glusterfs/default.nix b/pkgs/tools/filesystems/glusterfs/default.nix
index de36606678ae..ef813a627d5b 100644
--- a/pkgs/tools/filesystems/glusterfs/default.nix
+++ b/pkgs/tools/filesystems/glusterfs/default.nix
@@ -91,6 +91,8 @@ rec {
makeFlags = "DESTDIR=$(out)";
+ enableParallelBuilding = true;
+
postInstall = ''
cp -r $out/$out/* $out
rm -r $out/nix