Commit graph

6 commits

Author SHA1 Message Date
R. RyanTM c32371bf19 amber-theme: 3.36-2 -> 3.38-1 2021-05-14 01:28:57 +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
José Romildo Malaquias 511f36333e amber-theme: 3.36-1 -> 3.36-2 2020-10-12 10:10:21 -07:00
R. RyanTM 9f7b8abcc1 amber-theme: 3.34-2 -> 3.36-1 2020-06-06 01:10:39 +00:00
José Romildo Malaquias 082f16449d amber-theme: 3.34-1 -> 3.34-2 (#77317) 2020-01-09 10:57:09 +01:00
José Romildo Malaquias 408b55b28b amber-theme: init at 3.34-1 2019-10-10 12:15:08 -03:00