Unverified Commit b0f1cfaf authored by John Titor's avatar John Titor
Browse files

gnome-clocks: add missing gstreamer dependency

needed for alarms
parent ea6879f6
Loading
Loading
Loading
Loading
+19 −11
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
  gnome,
  gdk-pixbuf,
  geoclue2,
  gst_all_1,
  libgweather,
  libadwaita,
}:
@@ -45,7 +46,8 @@ stdenv.mkDerivation (finalAttrs: {
    libxml2
  ];

  buildInputs = [
  buildInputs =
    [
      gtk4
      glib
      gsettings-desktop-schemas
@@ -55,7 +57,13 @@ stdenv.mkDerivation (finalAttrs: {
      geoclue2
      libgweather
      libadwaita
  ];
    ]
    ++ (with gst_all_1; [
      # GStreamer plugins needed for Alarms
      gstreamer
      gst-plugins-base
      gst-plugins-good
    ]);

  preFixup = ''
    gappsWrapperArgs+=(