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
Sean Buckley
67394b5efd
gnomeExtensions.dash-to-panel: 39 -> 40
2020-11-13 09:18:31 -05:00
dawidsowa
5d50bb69bf
gnomeExtensions.dash-to-panel: 38 -> 39 ( #97840 )
2020-09-12 15:23:43 +00:00
David McKay
2968735bbc
gnomeExtensions.dash-to-panel: 31 -> 38
2020-07-11 13:45:02 +01:00
Daiderd Jordan
7b3a2963d1
treewide: replace base64 encoded hashes
2020-06-03 18:35:19 +02:00
Bjørn Forsman
eb12149979
gnomeExtensions: add 'uuid' attr to all extensions
...
Some already have it, this adds it to the rest.
With all extensions having an 'uuid' attr we can do cool things like
declaratively enable extensions on NixOS.
2020-05-09 19:26:29 +02:00
Tor Hedin Brønner
66268bfe2c
gnomeExtensions.dash-to-panel: 26 -> 31
2020-03-24 07:11:09 +01:00
Sean Buckley
25fc378642
gnomeExtensions.dash-to-panel: 23 -> 26
2019-11-19 07:46:56 +01:00
dkabot
88e1eef45f
gnomeExtensions.dash-to-panel: 19 -> 23
2019-09-02 17:26:59 -04: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
Tor Hedin Brønner
789da0b05a
gnomeExtensions.dash-to-panel: 16 -> 19
2019-04-05 12:13:37 +02:00
Jan Tojnar
02ebd47dfa
gnomeExtensions.dash-to-panel: 11 → 16
2018-11-30 21:35:12 +01:00
Katona László
19175d4f7b
dash-to-panel: init at v11
2017-12-29 20:23:08 +01:00