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 |
|
José Romildo Malaquias
|
3cb8917c7f
|
shades-of-gray-theme: 1.2.1 -> 1.3.0
|
2020-05-09 20:33:53 -03:00 |
|
José Romildo Malaquias
|
c0f1be93a9
|
shades-of-gray-theme: 1.2.0 -> 1.2.1
|
2020-01-10 07:48:17 -03:00 |
|
José Romildo Malaquias
|
0225cc45b4
|
shades-of-gray-theme: 1.1.9 -> 1.2.0
|
2019-10-10 15:45:00 -03:00 |
|
José Romildo Malaquias
|
a8973fa845
|
shades-of-gray-theme: 1.1.8 -> 1.1.9
|
2019-09-08 17:28:52 -03:00 |
|
José Romildo Malaquias
|
656e3b245f
|
shades-of-gray-theme: 1.1.7 -> 1.1.8
|
2019-07-04 16:30:46 -03:00 |
|
José Romildo Malaquias
|
8833bfd92a
|
shades-of-gray-theme: 1.1.6 -> 1.1.7
|
2019-05-10 11:51:53 -03:00 |
|
José Romildo Malaquias
|
0dfa84f958
|
shades-of-gray-theme: 1.1.5 -> 1.1.6
|
2019-03-20 17:37:12 -03:00 |
|
José Romildo Malaquias
|
7db1bc584e
|
shades-of-gray-theme: 1.1.4 -> 1.1.5 (#55767)
|
2019-02-14 22:28:12 +01:00 |
|
José Romildo Malaquias
|
9a29cdaf3e
|
shades-of-gray-theme: 1.1.3 -> 1.1.4
|
2019-01-16 19:58:31 -02:00 |
|
José Romildo Malaquias
|
9f934e8efc
|
shades-of-gray-theme: 1.1.1 -> 1.1.3
|
2018-12-19 10:48:29 -02:00 |
|