Merge pull request #216586 from bobby285271/fix/pantheon-clutter-cleanup

Pantheon: cleanup unused clutter dep
This commit is contained in:
Bobby Rong 2023-02-18 10:50:26 +08:00 committed by GitHub
commit 54c86ebc98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -15,6 +15,7 @@
, libgee
, libhandy
, gnome-settings-daemon
, mesa
, mutter
, elementary-icon-theme
, wingpanel-with-indicators
@ -22,7 +23,6 @@
, nixos-artwork
, lightdm
, gdk-pixbuf
, clutter-gtk
, dbus
, accountsservice
, wrapGAppsHook
@ -59,7 +59,6 @@ stdenv.mkDerivation rec {
buildInputs = [
accountsservice
clutter-gtk # else we get could not generate cargs for mutter-clutter-2
elementary-icon-theme
gnome-settings-daemon
gdk-pixbuf
@ -68,6 +67,7 @@ stdenv.mkDerivation rec {
libgee
libhandy
lightdm
mesa # for libEGL
mutter
];

View File

@ -17,8 +17,8 @@
, bamf
, libcanberra-gtk3
, gnome-desktop
, mesa
, mutter
, clutter
, gnome-settings-daemon
, wrapGAppsHook
, gexiv2
@ -119,7 +119,6 @@ stdenv.mkDerivation rec {
buildInputs = [
bamf
clutter
gnome-settings-daemon
gexiv2
gnome-desktop
@ -127,6 +126,7 @@ stdenv.mkDerivation rec {
gtk3
libcanberra-gtk3
libgee
mesa # for libEGL
mutter
];