Commit graph

16 commits

Author SHA1 Message Date
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
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Izorkin fd3936ec94
ioping: add support for netdata
fixes #82985
2020-03-22 07:51:32 +00:00
R. RyanTM 4071f15037 ioping: 1.1 -> 1.2 2020-02-06 08:47:33 +00:00
Merijn Broeren 133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
Nathan b0caf68bff
maintainer-list.nix: remove ndowens 2019-12-26 16:47:41 -05:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM 3d3b66606c ioping: 1.0 -> 1.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ioping/versions
2018-09-20 11:44:41 -07:00
ndowens f5c98a8a72 ioping: 0.9 -> 1.0 2017-02-28 20:18:28 -06:00
Pascal Wittmann 7fd2796e99 Replace 'with plaforms; platform' with 'platforms.platform' 2015-11-17 21:30:43 +01:00
Joachim Fasting 290c217577 ioping: reimplement using mkDerivation
Also
- set platform unix (upstream claims to support bsd and sun as well)
- fetch source from GitHub
2015-04-24 11:54:38 +02:00
Michael Raskin 4fd8e1eac0 Update ioping 2014-11-04 00:37:42 +03:00
Michael Raskin 36e3de7646 ioping auto-updater 2014-09-02 14:25:16 +04:00
Michael Raskin 23639a93fa Update ioping 2014-09-02 14:25:16 +04:00
Nixpkgs Monitor 106785b092 ioping: update from 0.4 to 0.7 2013-12-16 01:36:18 +02:00
Michael Raskin 812a94c8b0 Adding IOping
svn path=/nixpkgs/trunk/; revision=27367
2011-06-07 15:56:50 +00:00