mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-30 08:40:52 +02: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 ]
|
buildInputs = with prev; [ protobuf ncurses zlib openssl ]
|
||||||
++ (with perlPackages; [ perl IOTty ])
|
++ (with perlPackages; [ perl IOTty ])
|
||||||
++ lib.optional true libutempter;
|
++ lib.optional true libutempter;
|
||||||
|
preConfigure = ''
|
||||||
|
./autogen.sh
|
||||||
|
'';
|
||||||
|
NIX_CFLAGS_COMPILE = "-O2";
|
||||||
src = prev.fetchFromGitHub {
|
src = prev.fetchFromGitHub {
|
||||||
owner = "mobile-shell";
|
owner = "mobile-shell";
|
||||||
repo = "mosh";
|
repo = "mosh";
|
||||||
|
|
Loading…
Add table
Reference in a new issue