summary refs log tree commit diff
path: root/pkgs/desktops/gnome-3/default.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-04-05 23:32:59 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2020-04-06 02:48:07 -0400
commit344a5a731b138c2e3b701d5ac09a4fb6e1a8a8a1 (patch)
treee2e01d4fe5bf1b6bb0a53e5a1d3ea8d2c7922a09 /pkgs/desktops/gnome-3/default.nix
parentb256b2253c7e915be607595cdddeba458dfe0a19 (diff)
downloadnixpkgs-344a5a731b138c2e3b701d5ac09a4fb6e1a8a8a1.tar
nixpkgs-344a5a731b138c2e3b701d5ac09a4fb6e1a8a8a1.tar.gz
nixpkgs-344a5a731b138c2e3b701d5ac09a4fb6e1a8a8a1.tar.bz2
nixpkgs-344a5a731b138c2e3b701d5ac09a4fb6e1a8a8a1.tar.lz
nixpkgs-344a5a731b138c2e3b701d5ac09a4fb6e1a8a8a1.tar.xz
nixpkgs-344a5a731b138c2e3b701d5ac09a4fb6e1a8a8a1.tar.zst
nixpkgs-344a5a731b138c2e3b701d5ac09a4fb6e1a8a8a1.zip
gnome3.mutter334: init
Used for Pantheon
Diffstat (limited to 'pkgs/desktops/gnome-3/default.nix')
-rw-r--r--pkgs/desktops/gnome-3/default.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/pkgs/desktops/gnome-3/default.nix b/pkgs/desktops/gnome-3/default.nix
index 4fdaa42a1bf..25a8ba6573a 100644
--- a/pkgs/desktops/gnome-3/default.nix
+++ b/pkgs/desktops/gnome-3/default.nix
@@ -107,10 +107,9 @@ lib.makeScope pkgs.newScope (self: with self; {
 
   mutter = callPackage ./core/mutter { };
 
-  # Needed for elementary's gala and greeter until they get around to adapting to all the API breaking changes in libmutter-3
-  # A more detailed explaination can be seen here https://decathorpe.com/2018/09/04/call-for-help-pantheon-on-fedora-29.html
-  # See Also: https://github.com/elementary/gala/issues/303
-  mutter328 = callPackage ./core/mutter/3.28.nix { };
+  # Needed for elementary's gala and greeter until 3.36 support has more bugfixes
+  # https://github.com/elementary/gala/issues/763
+  mutter334 = callPackage ./core/mutter/3.34 { };
 
   nautilus = callPackage ./core/nautilus { };
 
@@ -358,4 +357,6 @@ lib.makeScope pkgs.newScope (self: with self; {
   vino = throw "vino is deprecated, use gnome-remote-desktop instead."; # added 2020-03-13
 
   gnome-screensaver = throw "gnome-screensaver is deprecated. If you are using GNOME Flashback, it now has a built-in lock screen. If you are using it elsewhere, you can try xscreenlock or other alternatives."; # added 2020-03-19
+
+  mutter328 = throw "Removed as Pantheon is upgraded to mutter334.";
 })