about summary refs log tree commit diff
path: root/pkgs/tools/networking/mosh
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2020-03-18 22:57:43 +0000
committerJörg Thalheim <joerg@thalheim.io>2020-04-02 14:50:00 +0100
commitc40f90428a74083574af21c07e2c6ee65093b2a7 (patch)
tree8a3c2eeb6984d3ab06ad0fd8192f58f2ff65412c /pkgs/tools/networking/mosh
parent23dfabd4846cdfbddeeceed75193cd61cadc4e81 (diff)
mosh: enable parallel building
Diffstat (limited to 'pkgs/tools/networking/mosh')
-rw-r--r--pkgs/tools/networking/mosh/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/networking/mosh/default.nix b/pkgs/tools/networking/mosh/default.nix
index 98d2625aade9f..5649ff06dda3c 100644
--- a/pkgs/tools/networking/mosh/default.nix
+++ b/pkgs/tools/networking/mosh/default.nix
@@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
     ++ (with perlPackages; [ perl IOTty ])
     ++ lib.optional withUtempter libutempter;
 
+  enableParallelBuilding = true;
+
   patches = [
     ./ssh_path.patch
     ./utempter_path.patch