Trying to make mosh actually usable

This commit is contained in:
Julien Malka 2021-12-12 12:03:11 +01:00
parent cf78d0c359
commit bf5e01914b

View file

@ -27,6 +27,10 @@ in
buildInputs = with prev; [ protobuf ncurses zlib openssl ]
++ (with perlPackages; [ perl IOTty ])
++ lib.optional true libutempter;
preConfigure = ''
./autogen.sh
'';
NIX_CFLAGS_COMPILE = "-O2";
src = prev.fetchFromGitHub {
owner = "mobile-shell";
repo = "mosh";