Commit graph

13 commits

Author SHA1 Message Date
Jan Tojnar 468cb5980b gnome: rename from gnome3
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
R. RyanTM 8a0cbb784e gnome-usage: 3.38.0 -> 3.38.1 2021-03-23 05:12:06 +00:00
Ben Siraphob 5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Ben Siraphob 108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
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
Piotr Bogdan 0bfec2ed81
gnome-usage: 3.33.2 -> 3.38.0
* add libhandy

Co-authored-by: WORLDofPEACE <worldofpeace@protonmail.ch>
2020-10-24 01:15:08 +02:00
Jan Tojnar 15002f1cfd
tree-wide: Switch from gnome3.maintainers to lib.teams.gnome 2020-04-01 14:41:43 +02:00
Tor Hedin Brønner 42b796ae8d gnome-usage: 3.32.0 → 3.33.2 2019-09-30 19:39:39 +02:00
worldofpeace 24f670fa12
gnome3.gnome-usage: 3.30.0 -> 3.32.0
* uses libdazzle

https://gitlab.gnome.org/GNOME/gnome-usage/blob/v3.32.0/NEWS
2019-04-05 12:14:04 +02:00
Jan Tojnar 606ceda352
gnome3: stop using aliases 2019-02-14 02:31:15 +01:00
Tor Hedin Brønner ec1ba5d3f5
gnome3.gnome-usage: 3.28.0 → 3.30.0 2018-11-30 21:34:49 +01:00
Jan Tojnar 5cc18c4781
gnome3: remove versionBranch attribute
Standard library now contains stdenv.lib.versions.majorMinor,
which does the same.
2018-10-05 02:17:19 +02:00
Jan Tojnar ee3f179fb6
gnome3.gnome-usage: init at 3.28.0 2018-03-22 07:46:51 +01:00