Commit Graph

10 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
Jan Tojnar
86f2d455cb
gnomeExtensions.sound-output-device-chooser: 28 → 32
https://github.com/kgshank/gse-sound-output-device-chooser/compare/28...32
2020-11-17 20:08:00 +01:00
zowoq
8f2d4f9956 gnomeExtensions: add runHook to {build,install}Phase 2020-07-18 21:06:33 +10:00
Daiderd Jordan
7b3a2963d1
treewide: replace base64 encoded hashes 2020-06-03 18:35:19 +02:00
Jan Tojnar
d4ed177aba
gnomeExtensions.gnomeExtensions.sound-output-device-chooser: 25 → 28 2020-03-24 07:11:26 +01:00
Jan Tojnar
7de490a28a
gnomeExtensions.sound-output-device-chooser: 24 -> 25
https://github.com/kgshank/gse-sound-output-device-chooser/releases/tag/25
2020-03-05 02:07:23 +01:00
worldofpeace
9599236469
gnomeExtension.sound-output-device-chooser: 2019-04-01 -> 24 2019-10-03 00:09:16 +02:00
Jan Tojnar
58b1c03ce0
gnomeExtensions.sound-output-device-chooser: unstable-2019-03-10 → unstable-2019-04-01 2019-04-17 21:10:32 +02:00
Tor Hedin Brønner
63b04a8263
gnomeExtensions.sound-output-device-chooser: 2018-12-30 -> 2019-03-10 2019-04-05 12:13:38 +02:00
Jan Tojnar
f43a553e1f
gnomeExtensions.sound-output-device-chooser: init at unstable-2018-12-30 2019-03-04 00:27:55 +01:00