mosh: enable parallel building

This commit is contained in:
Jörg Thalheim
2020-04-02 14:50:00 +01:00
parent 23dfabd484
commit c40f90428a
+2
View File
@@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
++ (with perlPackages; [ perl IOTty ])
++ lib.optional withUtempter libutempter;
enableParallelBuilding = true;
patches = [
./ssh_path.patch
./utempter_path.patch