gnome3.sushi: Remove clutter dependency
Not used since 3.33.0.
This commit is contained in:
parent
1b09f6b7f0
commit
e5084b2abd
|
@ -5,8 +5,6 @@
|
||||||
, gettext
|
, gettext
|
||||||
, gobject-introspection
|
, gobject-introspection
|
||||||
, glib
|
, glib
|
||||||
, clutter-gtk
|
|
||||||
, clutter-gst
|
|
||||||
, gnome3
|
, gnome3
|
||||||
, gtksourceview4
|
, gtksourceview4
|
||||||
, gjs
|
, gjs
|
||||||
|
@ -40,14 +38,13 @@ stdenv.mkDerivation rec {
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
wrapGAppsHook
|
wrapGAppsHook
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
glib
|
glib
|
||||||
gtk3
|
gtk3
|
||||||
gnome3.evince
|
gnome3.evince
|
||||||
icu
|
icu
|
||||||
harfbuzz
|
harfbuzz
|
||||||
clutter-gtk
|
|
||||||
clutter-gst
|
|
||||||
gjs
|
gjs
|
||||||
gtksourceview4
|
gtksourceview4
|
||||||
gdk-pixbuf
|
gdk-pixbuf
|
||||||
|
|
Loading…
Reference in New Issue