mosh: enable parallel building

This commit is contained in:
Jörg Thalheim 2020-03-18 22:57:43 +00:00
parent 23dfabd484
commit c40f90428a
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92

@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
++ (with perlPackages; [ perl IOTty ])
++ lib.optional withUtempter libutempter;
enableParallelBuilding = true;
patches = [
./ssh_path.patch
./utempter_path.patch