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 |
|
Jon Banafato
|
9ac8938031
|
gnomeExtensions.appindicator: 33 -> 34
|
2020-09-20 15:22:56 -04: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
|
b6e2705445
|
gnomeExtensions.appindicator: 32 -> 33
|
2020-03-24 07:11:27 +01:00 |
|
R. RyanTM
|
e88113846c
|
gnomeExtensions.appindicator: 30 -> 32 (#81309)
|
2020-03-03 20:22:38 +01:00 |
|
worldofpeace
|
fc8413d218
|
gnomeExtensions.appindicator: 29 -> 30
|
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 |
|
R. RyanTM
|
f3ad4381ba
|
gnomeExtensions.appindicator: 28 -> 29
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gnome-shell-extension-appindicator/versions
|
2019-07-01 09:01:51 -07:00 |
|
Jon Banafato
|
9ddf85d1d2
|
gnomeExtensions.appindicator: 23.1 -> 28
Update the GNOME appindicator support extension to the latest version.
See the GitHub page for the full changelog:
https://github.com/ubuntu/gnome-shell-extension-appindicator/compare/v23...v28
|
2019-04-09 23:52:26 -04:00 |
|
Tor Hedin Brønner
|
51e7d0bda8
|
gnomeExtensions.appindicator: 22 -> 23.1
|
2019-04-05 12:13:37 +02:00 |
|
Jon Banafato
|
d7b85321d9
|
gnomeExtensions.appindicator: init at v22
Add the AppIndicator Support GNOME Shell extension.
|
2018-02-16 12:36:30 +01:00 |
|