mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
Trying to make mosh actually usable
This commit is contained in:
parent
cf78d0c359
commit
bf5e01914b
1 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue