about summary refs log tree commit diff
path: root/pkgs/tools/networking/mosh
AgeCommit message (Collapse)AuthorFilesLines
2023-09-16mosh: build with latest protobufYureka1-3/+7
2023-07-23treewide: reduce packages I maintainerSandro Jäckel1-1/+1
2022-11-14libutempter: 1.1.6 -> 1.2.1Artturin2-15/+0
refresh the patch to use utempter in path so patching the reverse dependencies won't be needed anymore ('pkgs/tools/networking/mosh/utempter_path.patch')
2022-10-27mosh: 1.3.2 -> 1.4.0Federico Ravasio1-18/+7
https://github.com/mobile-shell/mosh/releases/tag/mosh-1.4.0
2022-10-06pkgsMusl.mosh: fix build (#194120)Yureka1-1/+1
2022-04-06mosh: add perl back to buildInputs to fix shebang fixingSandro Jäckel1-3/+3
2022-04-04mosh: fix build on x86_64-linuxBernardo Meurer1-2/+2
2022-04-03mosh: support cross compilesqualus1-3/+4
2021-11-10mosh: minor formatting, add SuperSandor2000 as maintainerSandro Jäckel1-5/+6
2021-09-13mosh: fix on aarch64-darwinEmily1-0/+8
The build failure here is not due to Apple Silicon per se but instead an artifact of the aarch64-darwin toolchain using a newer version of the Xcode SDK as a basis. This causes issues building on case-insensitive filesystems due to the collision between the standard <version> header and a mosh source file called VERSION. Fix with a MacPorts backport of an upstream mosh commit, via Homebrew.
2021-02-19treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob1-2/+2
2021-02-12mosh: cleanupSandro Jäckel1-5/+5
2021-01-18Merge pull request #106876 from antifuchs/fix-mosh-client-pathSandro2-0/+25
mosh: Hermeticize mosh-client path reference from mosh.pl
2021-01-16pkgs/tools: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-4/+4
2020-12-14mosh: Hermeticize mosh-client path reference from mosh.plAndreas Fuchs2-0/+25
Do the same thing as we do for the "ssh" binary, except with mosh-client: Patch the perl source to substitute mosh-client with @mosh-client@, then substituteInPlace the variable out for the compilation output path.
2020-11-25mosh: name -> pnameLuflosi1-2/+3
2020-04-24mosh: fix build with bash-completion 2.10Konrad Borowski2-0/+21
Fixes #85893
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-04-02mosh: enable parallel buildingJörg Thalheim1-0/+2
2019-04-29mosh: upstream patch to fix w/newer clang/libcxx (c++17)Will Dietz1-2/+10
Remove special-casing no longer needed.
2018-12-15lib.makePerlPath -> perlPackages.makePerlPathvolth1-3/+5
2018-09-29mosh: fix clang buildDaiderd Jordan1-0/+2
The darwin build started to fail because of protobuf c++11 related errors https://hydra.nixos.org/build/82082958.
2018-06-08nixos/programs.mosh: refactorLenz Weber2-5/+20
Adds programs.mosh.withUtempter (default: true). The option enables -with-utempter for mosh, allowing it to write to /var/run/utmp and thus making connected sessions appear in the output of `who -a`. For that, a guid-wrapper is required. Also, the path to the `utempter` was hardcoded in the resulting binary until now (so it could never been found), thus, libutempter was patched accordingly to point to /run/wrappers/bin/utempter which at least works when the wrapper is configured.
2017-12-19mosh: Install bash-completion ruleAnders Kaseorg1-2/+4
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2017-07-30mosh: 1.3.0 -> 1.3.2mimadrid1-2/+2
2017-05-02mosh: 1.2.6 -> 1.3.0Aneesh Agrawal1-2/+2
Release announcement is available at http://mailman.mit.edu/pipermail/mosh-users/2017-March/000341.html.
2017-01-28mosh: use ssh from nixpkgsAneesh Agrawal2-1/+20
2016-08-23mosh: 1.2.5 -> 1.2.6 (#17939)Zero King1-13/+4
2016-08-03mosh: remove boost dependencyAneesh Agrawal1-2/+2
boost was removed from the mosh dependency requirements in 2012. (It was only used from February and April 2012.)
2016-04-04mosh: fix segfaulting issueTristan Helmich1-2/+11
Discussion on this issue at https://github.com/mobile-shell/mosh/issues/727 and https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=817929#35
2015-11-04Revert "darwin purity: mosh"Jude Taylor1-12/+3
This reverts commit 772960bcb7c7b49661f355e36c83962444c2d0c8.
2015-11-03darwin purity: moshJude Taylor1-3/+12
2015-09-20mosh: 1.2.4 -> 1.2.5Matthias Beyer1-2/+2
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2014-04-12Change several package constraints from linux to unixJohn Wiegley1-1/+1
They all build on Darwin.
2013-10-06More description fixesBjørn Forsman1-1/+9
* Remove package name * Start with upper case letter * Remove trailing period Also reword some descriptions and move some long descriptions to longDescription. I'm not touching generated packages.
2013-05-18mosh: update to 1.2.4Lluís Batlle i Rossell1-5/+5
2012-09-26mosh: update to 1.2.2Lluís Batlle i Rossell1-2/+2
2012-04-16Adding mosh.Lluís Batlle i Rossell1-0/+25
svn path=/nixpkgs/trunk/; revision=33804