Commit graph

14 commits

Author SHA1 Message Date
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
Maximilian Bosch e3553f1d94
iftop: add passthru.tests to reference VM-test 2020-04-15 22:35:46 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Yegor Timoshenko 506c89c30a maintainers: remove mornfall from packages 2018-01-17 05:17:33 +00:00
Tuomas Tynkkynen 14c41aa745 iftop: 0.17 -> 1.0pre4
Even though this is a pre-release version, both Debian and Arch have
this version as well.
2015-10-25 02:44:46 +03:00
Benjamin Staffin 806291b42e iftop: fix Darwin build 2015-07-05 17:47:54 -07:00
Pascal Wittmann 8d67b9a240 transformed meta.maintainers of some packages into lists 2014-09-13 13:52:02 +02:00
Petr Rockai 4124bb9ff5 Adopt more packages. 2014-01-28 18:11:00 +01:00
Bjørn Forsman 386bef322d iftop: improve meta attributes
- The description attribute is very long, so rename it to
  longDescription and add a short text in the description attribute.
- Use licenses.gpl2Plus instead of free form text "GPLv2+".
- Add platforms attribute so that hydra will build the package.
2013-07-28 14:04:44 +02:00
David Guibert 856f6c2aea fix iftop 2013-03-08 09:08:57 +01:00
Lluís Batlle i Rossell bb0351b562 Making iftop build on the fuloong (config.guess.)
svn path=/nixpkgs/branches/stdenv-updates/; revision=24036
2010-10-03 09:18:55 +00:00
Rob Vermaas 6132b946ac added eggdrop, iftop
svn path=/nixpkgs/trunk/; revision=17710
2009-10-08 07:01:55 +00:00