mosh: cleanup
This commit is contained in:
parent
8cc4978f1f
commit
16c881deac
@ -1,6 +1,6 @@
|
|||||||
{ lib, stdenv, fetchurl, fetchpatch, zlib, protobuf, ncurses, pkg-config
|
{ lib, stdenv, fetchurl, fetchpatch, zlib, protobuf, ncurses, pkg-config
|
||||||
, makeWrapper, perlPackages, openssl, autoreconfHook, openssh, bash-completion
|
, makeWrapper, perlPackages, openssl, autoreconfHook, openssh, bash-completion
|
||||||
, libutempter ? null, withUtempter ? stdenv.isLinux }:
|
, withUtempter ? stdenv.isLinux, libutempter }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "mosh";
|
pname = "mosh";
|
||||||
@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
CXXFLAGS = lib.optionalString stdenv.cc.isClang "-std=c++11";
|
CXXFLAGS = lib.optionalString stdenv.cc.isClang "-std=c++11";
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
homepage = "https://mosh.org/";
|
homepage = "https://mosh.org/";
|
||||||
description = "Mobile shell (ssh replacement)";
|
description = "Mobile shell (ssh replacement)";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
@ -56,8 +56,8 @@ stdenv.mkDerivation rec {
|
|||||||
Mosh is a replacement for SSH. It's more robust and responsive,
|
Mosh is a replacement for SSH. It's more robust and responsive,
|
||||||
especially over Wi-Fi, cellular, and long-distance links.
|
especially over Wi-Fi, cellular, and long-distance links.
|
||||||
'';
|
'';
|
||||||
license = lib.licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with lib.maintainers; [viric];
|
maintainers = with maintainers; [ viric ];
|
||||||
platforms = lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user