Commit graph

11 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
José Romildo Malaquias 95e3e3e09a plano-theme: 3.36-1 -> 3.36-2 2020-10-12 10:09:42 -07:00
José Romildo Malaquias 76d707ff21 plano-theme: 3.34-2 -> 3.36-1
- Update to version 3.36-1
- Build with meson
2020-05-24 14:04:07 -03:00
José Romildo Malaquias 5f1c96b12f plano-theme: format with nixpkgs-fmt 2020-05-24 13:56:16 -03:00
José Romildo Malaquias 075ba983ff plano-theme: 3.34-1 -> 3.34-2 (#77316) 2020-01-09 10:54:00 +01:00
José Romildo Malaquias 88f33ceebf plano-theme: 3.32-1 -> 3.34-1 2019-10-10 11:02:57 -03:00
worldofpeace b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
José Romildo Malaquias a8eb2d9df4 plano-theme: 3.30-3 -> 3.32-1 (#57801) 2019-03-17 23:23:06 +01:00
José Romildo Malaquias 401df493da plano-theme: 3.30-2 -> 3.30-3 2019-02-09 00:43:42 +00:00
José Romildo Malaquias 31d3a99aed plano-theme: 3.30-1 -> 3.30-2 2018-12-19 19:22:45 -05:00
José Romildo Malaquias 91e1e2fd92 plano-theme: 3.28-3 -> 3.30-1 2018-12-19 10:28:40 -02:00