Commit cde53c12 authored by Harsh Shandilya's avatar Harsh Shandilya Committed by Maxine Aubrey
Browse files

gnomeExtensions: remove GNOME 46 extensions from the default set

Fixes #304236
parent 91c84150
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ in rec {
  gnome46Extensions = mapUuidNames (produceExtensionsList "46");

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