diff --git a/utils.nix b/utils.nix index ab6302f..b65fb64 100644 --- a/utils.nix +++ b/utils.nix @@ -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";