summary refs log tree commit diff
path: root/pkgs/tools/security/gencfsm
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2017-11-29 10:26:43 +0000
committerOrivej Desh <orivej@gmx.fr>2017-11-29 10:27:24 +0000
commitd6431833beaec13fd8706762208fe2a790a0745b (patch)
tree696608ab2b7c8e8e2d6732d51e4e6189e551ff1d /pkgs/tools/security/gencfsm
parent7375e49f58e1d7d71dfd1cc0ebb6661f303efa88 (diff)
downloadnixpkgs-d6431833beaec13fd8706762208fe2a790a0745b.tar
nixpkgs-d6431833beaec13fd8706762208fe2a790a0745b.tar.gz
nixpkgs-d6431833beaec13fd8706762208fe2a790a0745b.tar.bz2
nixpkgs-d6431833beaec13fd8706762208fe2a790a0745b.tar.lz
nixpkgs-d6431833beaec13fd8706762208fe2a790a0745b.tar.xz
nixpkgs-d6431833beaec13fd8706762208fe2a790a0745b.tar.zst
nixpkgs-d6431833beaec13fd8706762208fe2a790a0745b.zip
gencfsm: fix build
Diffstat (limited to 'pkgs/tools/security/gencfsm')
-rw-r--r--pkgs/tools/security/gencfsm/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/security/gencfsm/default.nix b/pkgs/tools/security/gencfsm/default.nix
index c180ca6c720..aade96ed389 100644
--- a/pkgs/tools/security/gencfsm/default.nix
+++ b/pkgs/tools/security/gencfsm/default.nix
@@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
 
   preFixup = ''gappsWrapperArgs+=(--prefix PATH : ${encfs}/bin)'';
 
+  enableParallelBuilding = true;
+
   meta = with stdenv.lib; {
     homepage = http://www.libertyzero.com/GEncfsM/;
     downloadPage = https://launchpad.net/gencfsm/;