Skip to content

Commit e3e9b33

Browse files
committed
gnomeExtensions: include extensions for GNOME 48
1 parent a94d1d4 commit e3e9b33

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

pkgs/desktops/gnome/extensions/collisions.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
],
1919
"fuzzy-clock": [
2020
"FuzzyClock@fire-man-x",
21-
"FuzzyClock@johngoetz",
22-
"fuzzy-clock@keepawayfromfire.co.uk"
21+
"FuzzyClock@johngoetz"
2322
],
2423
"mouse-follows-focus": [
2524
"mouse-follows-focus@crisidev.org",

pkgs/desktops/gnome/extensions/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ rec {
7979
gnome48Extensions = mapUuidNames (produceExtensionsList "48");
8080

8181
# Keep the last three versions in here
82-
gnomeExtensions = lib.trivial.pipe (gnome45Extensions // gnome46Extensions // gnome47Extensions) [
82+
gnomeExtensions = lib.trivial.pipe (gnome46Extensions // gnome47Extensions // gnome48Extensions) [
8383
(v: builtins.removeAttrs v [ "__attrsFailEvaluation" ])
8484
# Apply some custom patches for automatically packaged extensions
8585
(callPackage ./extensionOverrides.nix { })

pkgs/desktops/gnome/extensions/extensionRenames.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"System_Monitor@bghome.gmail.com" = "system-monitor-2";
1515

1616
"FuzzyClock@fire-man-x" = "fuzzy-clock-3";
17-
"fuzzy-clock@keepawayfromfire.co.uk" = "fuzzy-clock-2";
1817
"FuzzyClock@johngoetz" = "fuzzy-clock";
1918

2019
"battery-time@eetumos.github.com" = "battery-time-3";

pkgs/desktops/gnome/extensions/update-extensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
}
3636

3737
# shell versions that we want to put into the gnomeExtensions attr set
38-
versions_to_merge = ["45", "46", "47"]
38+
versions_to_merge = ["46", "47", "48"]
3939

4040
# Some type alias to increase readability of complex compound types
4141
PackageName = str

0 commit comments

Comments
 (0)