gnome-clocks: add missing gstreamer dependency

needed for alarms
This commit is contained in:
John Titor
2024-07-06 15:56:59 +05:30
parent ea6879f611
commit b0f1cfaf46
@@ -20,6 +20,7 @@
gnome,
gdk-pixbuf,
geoclue2,
gst_all_1,
libgweather,
libadwaita,
}:
@@ -45,17 +46,24 @@ stdenv.mkDerivation (finalAttrs: {
libxml2
];
buildInputs = [
gtk4
glib
gsettings-desktop-schemas
gdk-pixbuf
gnome-desktop
geocode-glib_2
geoclue2
libgweather
libadwaita
];
buildInputs =
[
gtk4
glib
gsettings-desktop-schemas
gdk-pixbuf
gnome-desktop
geocode-glib_2
geoclue2
libgweather
libadwaita
]
++ (with gst_all_1; [
# GStreamer plugins needed for Alarms
gstreamer
gst-plugins-base
gst-plugins-good
]);
preFixup = ''
gappsWrapperArgs+=(