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.
This commit is contained in:
parent
279fb9d464
commit
63a4f9f242
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue