mosh: enable parallel building
This commit is contained in:
@@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
|
|||||||
++ (with perlPackages; [ perl IOTty ])
|
++ (with perlPackages; [ perl IOTty ])
|
||||||
++ lib.optional withUtempter libutempter;
|
++ lib.optional withUtempter libutempter;
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./ssh_path.patch
|
./ssh_path.patch
|
||||||
./utempter_path.patch
|
./utempter_path.patch
|
||||||
|
|||||||
Reference in New Issue
Block a user