mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
mosh: 1.2.5 -> 1.2.6 (#17939)
This commit is contained in:
parent
dba09fa471
commit
04d7056514
@ -2,30 +2,21 @@
|
||||
, makeWrapper, perl, openssl, autoreconfHook, fetchpatch }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "mosh-1.2.5";
|
||||
name = "mosh-1.2.6";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://mosh.mit.edu/${name}.tar.gz";
|
||||
sha256 = "1qsb0y882yfgwnpy6f98pi5xqm6kykdsrxzvaal37hs7szjhky0s";
|
||||
url = "https://mosh.org/${name}.tar.gz";
|
||||
sha256 = "118fhpm754wpklf1blnlq5xbvrxqml6rdfs3b07wg666zkxvg0ky";
|
||||
};
|
||||
|
||||
buildInputs = [ autoreconfHook protobuf ncurses zlib pkgconfig IOTty makeWrapper perl openssl ];
|
||||
|
||||
patches = [
|
||||
# remove automake detection macro patch on next release as it is already on mosh master
|
||||
(fetchpatch {
|
||||
name = "fix_automake_detection_macro.patch";
|
||||
url = "https://github.com/mobile-shell/mosh/commit/a47917b97606a03f6bbf0cafd1fcd495b0229790.patch";
|
||||
sha256 = "0ib200ffvbnns125xd58947fyxdx31m06rmnzqmxpxcnjza7k404";
|
||||
})
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
wrapProgram $out/bin/mosh --prefix PERL5LIB : $PERL5LIB
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://mosh.mit.edu/;
|
||||
homepage = https://mosh.org/;
|
||||
description = "Mobile shell (ssh replacement)";
|
||||
longDescription = ''
|
||||
Remote terminal application that allows roaming, supports intermittent
|
||||
|
Loading…
Reference in New Issue
Block a user