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 |
|
Robert T. McGibbon
|
1b14ecd375
|
gnomeExtensions.caffeine: 2020-03-13 -> 37
|
2020-12-07 14:01:01 -05:00 |
|
zowoq
|
8f2d4f9956
|
gnomeExtensions: add runHook to {build,install}Phase
|
2020-07-18 21:06:33 +10:00 |
|
worldofpeace
|
5e98740af0
|
gnomeExtensions.caffeine: 33 -> 2020-03-13
|
2020-03-24 07:11:28 +01:00 |
|
Jon Banafato
|
d62852ea1c
|
gnomeExtensions.caffeine: unstable-2019-04-02 -> 33
|
2019-11-30 23:48:23 +01:00 |
|
worldofpeace
|
18f2e6230a
|
gnomeExtensions.caffeine: make as broken
|
2019-10-03 00:09:14 +02:00 |
|
volth
|
46420bbaa3
|
treewide: name -> pname (easy cases) (#66585)
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
|
2019-08-15 13:41:18 +01:00 |
|
worldofpeace
|
974fefea4d
|
gnomeExtensions.caffeine: 2018-09-25 -> 2019-04-02
|
2019-04-05 12:14:11 +02:00 |
|
Jon Banafato
|
999cd7f8dc
|
gnomeExtensions.caffeine: unstable-2017-06-21 -> unstable-2018-09-25
|
2018-11-30 21:35:23 +01:00 |
|
Vladimír Čunát
|
80b25db15c
|
treewide: use glib tools from build-time $PATH
Using explicit output feels more flaky in case we e.g. move the binary.
(No strong opinion on my side, feel free to revert if you think so.)
|
2018-08-30 19:47:41 +02:00 |
|
Emanuele Peruffo
|
0b1c8793fc
|
gnomeExtensions.caffeine: init at revision unstable-2017-06-21 (#26901)
Caffeine extension for Gnome 3
|
2017-07-03 08:35:31 +01:00 |
|