Commit Graph

8 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
David Birks
5a71da77fa
gnomeExtensions.material-shell: 10 -> 12 2021-01-05 10:04:13 -05:00
David Birks
b1680e3f71
gnomeExtensions.material-shell: 9 -> 10 (#103628) 2020-11-12 18:13:46 -05:00
David Birks
e24e104f42
material-shell: 8 -> 9 (#102286) 2020-11-06 11:18:18 -05:00
David Birks
579daedfca
material-shell: 7 -> 8 (#101427)
And removed the patch that is now included in release 8.
2020-10-23 18:47:45 -04:00
Benjamin Staffin
2452fcddaf
material-shell: add patch to fix font scaling (#99878) 2020-10-06 13:00:43 -04:00
Benjamin Staffin
60905342a6
material-shell: 6 -> 7 (#99309) 2020-10-02 13:48:42 -04:00
Benjamin Staffin
703f052de1
material-shell: init at v6 (#98899) 2020-09-29 18:38:45 -04:00