Commit graph

9 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 368c434642 arc-icon-theme: add missing parent icon themes 2020-04-19 21:29:32 -03:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
worldofpeace b7ad6e1be5
treewide: icons propagate hicolor-icon-theme, dontDropIconThemeCache 2019-09-18 22:47:29 +02:00
José Romildo Malaquias ef7c6e081d moka-icon-theme, arc-icon-theme, faba-mono-icons: restrict platforms to linux 2018-07-02 17:32:30 -03:00
Yegor Timoshenko ed7259b781 arc-icon-theme: build GTK icon cache 2018-02-24 11:10:07 +00:00
romildo a634fe83a3 arc-icon-theme: 2016-07-07 -> 2016-11-22 2016-12-07 17:10:45 -02:00
romildo 2817e73568 arc-icon-theme: 2016-06-06 -> 2016-07-07 2016-10-14 07:57:29 -03:00
José Romildo Malaquias fa447287b0 arc-icon-theme: init at 2016-06-06 2016-06-13 09:40:44 +02:00