Commit graph

14 commits

Author SHA1 Message Date
Ben Siraphob 5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08: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 dac94664e2 minder: 1.9.2 -> 1.11.3 2020-11-02 07:53:50 -08:00
R. RyanTM c026e28206 minder: 1.9.1 -> 1.9.2 2020-08-23 06:57:51 +00:00
R. RyanTM f0913d9aff minder: 1.9.0 -> 1.9.1 2020-08-05 19:43:54 -07:00
R. RyanTM 1387b40d03 minder: 1.8.0 -> 1.9.0 2020-07-02 14:48:41 +00:00
R. RyanTM f0eaa400b9 minder: 1.7.3 -> 1.8.0 2020-05-27 13:46:38 -07:00
R. RyanTM 6ef15b946b minder: 1.7.2 -> 1.7.3 2020-05-05 19:03:39 -07:00
R. RyanTM ac467bffd5 minder: 1.7.1 -> 1.7.2 2020-04-06 12:36:54 -07:00
R. RyanTM 7d0dd86a9f minder: 1.6.0 -> 1.7.1 2020-03-24 11:01:08 -07:00
Will Dietz c77123584a
minder: 1.5.1 -> 1.6.0, add new req'd deps 2020-01-01 01:22:52 -06:00
R. RyanTM d1308fdcb4 minder: 1.5.0 -> 1.5.1 2019-12-01 18:48:39 +01:00
Will Dietz 23a4315fcc
minder: 1.3.1 -> 1.5.0, fixups 2019-09-13 22:49:03 -05:00
Will Dietz 6eee7ae50f
minder: init at 1.3.1 2019-09-13 22:47:52 -05:00