mosh: enable parallel building
This commit is contained in:
parent
23dfabd484
commit
c40f90428a
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
|
|||
++ (with perlPackages; [ perl IOTty ])
|
||||
++ lib.optional withUtempter libutempter;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
patches = [
|
||||
./ssh_path.patch
|
||||
./utempter_path.patch
|
||||
|
|
Loading…
Reference in a new issue