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 |
|
zowoq
|
0bf2300501
|
gnomeExtensions.paperwm: remove maintainer
|
2020-12-14 06:02:19 +10:00 |
|
zowoq
|
beafea6499
|
gnomeExtensions.paperwm: 38.0 -> 38.1
https://github.com/paperwm/PaperWM/releases/tag/38.1
|
2020-11-10 19:37:29 +10:00 |
|
Roberto Di Remigio
|
07e63834be
|
gnome-shell-extension-paperwm: 36.0 -> 38.0
|
2020-10-24 10:19:14 +10:00 |
|
zowoq
|
8f2d4f9956
|
gnomeExtensions: add runHook to {build,install}Phase
|
2020-07-18 21:06:33 +10:00 |
|
zowoq
|
982b4da76d
|
gnomeExtensions.paperwm: init at 36.0 (#81785)
|
2020-03-11 17:25:05 +01:00 |
|