Commit graph

17 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
Pavol Rusnak 2c931312ce treewide: simplify rev/repo arguments in src
+ use fetchFromGithub where possible
2020-11-01 23:02:24 -08:00
José Romildo Malaquias 4d92e1b32d zafiro-icons: add missing parent icon themes 2020-04-19 21:32:15 -03:00
R. RyanTM 81a38b04a9 zafiro-icons: 1.0 -> 1.1 2020-04-15 11:07:03 +00:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
rouhannb 412cd6467c zafiro-icons: 0.9 -> 1.0 2019-11-27 18:50:02 -05:00
worldofpeace b7ad6e1be5
treewide: icons propagate hicolor-icon-theme, dontDropIconThemeCache 2019-09-18 22:47:29 +02:00
R. RyanTM bed2959c16 zafiro-icons: 0.8.7 -> 0.9
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/zafiro-icons/versions
2019-04-14 17:29:56 -07:00
R. RyanTM 9650a6d3d4 zafiro-icons: 0.8.4 -> 0.8.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/zafiro-icons/versions
2019-03-03 20:49:19 +01:00
R. RyanTM 3242032907 zafiro-icons: 0.8.3 -> 0.8.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/zafiro-icons/versions
2019-01-28 16:50:30 +00:00
R. RyanTM 4fd3e6692b zafiro-icons: 0.8.1 -> 0.8.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/zafiro-icons/versions
2019-01-17 08:25:41 -08:00
R. RyanTM 07a7a35878 zafiro-icons: 0.8 -> 0.8.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/zafiro-icons/versions
2019-01-08 02:10:43 -05:00
José Romildo Malaquias 67b180df9d zafiro-icons: 0.7.9 -> 0.8 2018-12-30 11:06:43 -02:00
José Romildo Malaquias ad587caf6a zafiro-icons: 0.7.7 -> 0.7.9 2018-12-27 09:45:17 -02:00
José Romildo Malaquias 57b2bcf7f5 zafiro-icons: 0.7.3 -> 0.7.7 2018-12-10 07:11:34 -02:00
José Romildo Malaquias e728ff5ade zafiro-icons: 0.7.2 -> 0.7.3 2018-12-04 17:45:41 -02:00
José Romildo Malaquias cfc1a7ffb4 zafiro-icons: init at 0.7.2 2018-11-20 14:03:45 -02:00