about summary refs log tree commit diff
path: root/pkgs/tools/misc/kermit
AgeCommit message (Collapse)AuthorFilesLines
2022-10-09kermit: fix build with libxcryptFranz Pletz1-2/+2
2021-08-03tools/misc: replace name with pname&versionFelix Buehler1-1/+2
2021-08-01treewide: fix redirected URLsBen Siraphob1-1/+1
Using the script in maintainers/scripts/update-redirected-urls.sh
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-12-27kermit: use postPatch instead of patchPhaseJulian Stecklina1-1/+1
This is necessary to regain the ability to add patches via overrides.
2020-12-26kermit: fix buildJulian Stecklina1-2/+1
... by explicitly selecting the Linux code paths in the source.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-2/+2
2020-02-01kermit: mark as brokenMaximilian Bosch1-0/+1
Uses internal API of the _IO_FILE struct which breaks with glibc-2.30. Also there's no release since 2011.
2019-08-28treewide: remove redundant recvolth1-1/+1
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2014-11-09kermit: update from 8.0.211 to 9.0.302Pascal Wittmann1-11/+14
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-3/+3
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2009-09-14Adding kermit.Lluís Batlle i Rossell1-0/+35
svn path=/nixpkgs/trunk/; revision=17114