Commit graph

10 commits

Author SHA1 Message Date
R. RyanTM 3a9f72ba85 fsmon: 1.8.2 -> 1.8.4 2021-06-17 09:59:51 +00: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
R. RyanTM 8842a03edd fsmon: 1.8.1 -> 1.8.2 2020-10-29 15:36:42 +00:00
R. RyanTM 2aa2ce332b fsmon: 1.7.0 -> 1.8.1 2020-07-12 05:38:38 +00:00
R. RyanTM 64b0e3b91f fsmon: 1.6.1 -> 1.7.0 2020-02-27 22:41:48 +00:00
R. RyanTM 9d35bc0cdf fsmon: 1.5 -> 1.6.1 2020-01-17 06:01:30 +00:00
volth 7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00: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
Tuomas Tynkkynen 63a66441cd fsmon: 1.4 -> 1.5 2017-12-26 20:02:00 +02:00
Tuomas Tynkkynen 6ced9ee7a4 fsmon: init at 1.4 2017-01-18 16:18:25 +02:00