about summary refs log tree commit diff
path: root/pkgs/desktops/cinnamon/cinnamon-common
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-01-30 19:32:21 +0800
committerBobby Rong <rjl931189261@126.com>2023-01-31 21:28:12 +0800
commit63a4f9f24214ee9c152ff3687dc26cadbfb4939d (patch)
tree8c170ad4fdd6ae909eb610792bc01bb9ae94fd86 /pkgs/desktops/cinnamon/cinnamon-common
parent279fb9d46472e7996ebeda67568931d66efeb2d3 (diff)
cinnamon.cinnamon-common: use mesa instead of clutter
This is probably a mistake I made when bumping cinnamon to 5.4.
What cinnamon needs is muffin-clutter-0, the clutter package itself
is something no longer maintained. We just add the missing mesa
for the EGL/eglmesaext.h header.
Diffstat (limited to 'pkgs/desktops/cinnamon/cinnamon-common')
-rw-r--r--pkgs/desktops/cinnamon/cinnamon-common/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/cinnamon/cinnamon-common/default.nix b/pkgs/desktops/cinnamon/cinnamon-common/default.nix
index e241d8048f57c..36f49c828f2a0 100644
--- a/pkgs/desktops/cinnamon/cinnamon-common/default.nix
+++ b/pkgs/desktops/cinnamon/cinnamon-common/default.nix
@@ -7,7 +7,6 @@
 , cinnamon-session
 , cinnamon-translations
 , cjs
-, clutter
 , fetchFromGitHub
 , gdk-pixbuf
 , gettext
@@ -23,6 +22,7 @@
 , libstartup_notification
 , libXtst
 , libXdamage
+, mesa
 , muffin
 , networkmanager
 , pkg-config
@@ -89,7 +89,6 @@ stdenv.mkDerivation rec {
     cinnamon-desktop
     cinnamon-menus
     cjs
-    clutter
     dbus
     gdk-pixbuf
     glib
@@ -100,6 +99,7 @@ stdenv.mkDerivation rec {
     libstartup_notification
     libXtst
     libXdamage
+    mesa
     muffin
     networkmanager
     polkit