Commit graph

8 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
R. RyanTM 3302edd92f j4-dmenu-desktop: 2.17 -> 2.18 2020-10-25 09:46:05 +01:00
Tadeo Kondrak 8279e16395
j4-dmenu-desktop: 2.16 -> 2.17 2019-07-04 02:24:22 -06:00
Eric Sagnes 212a29306e j4-dmenu-desktop: 2.15 -> 2.16 2018-01-26 22:09:46 +09:00
Vladimír Čunát 6f5d989478
treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
Eric Sagnes add75b63c8 j4-dmenu-desktop: 2.14 -> 2.15 (#24119) 2017-03-21 04:41:22 +01:00
Tuomas Tynkkynen 21f17d69f6 treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Eric Sagnes 2ab46a9dae j4-dmenu-desktop: init at 2.14 2016-04-15 14:35:22 +09:00