Unverified Commit 96a99266 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #141985 from VergeDX/clapper

clapper: add missing deps
parents d2ca0f31 9763f0b8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@
, gtk4
, gst_all_1
, libadwaita
, appstream-glib
, libsoup
}:

stdenv.mkDerivation rec {
@@ -32,6 +34,7 @@ stdenv.mkDerivation rec {
  };

  nativeBuildInputs = [
    appstream-glib
    desktop-file-utils # for update-desktop-database
    glib
    gobject-introspection
@@ -53,6 +56,7 @@ stdenv.mkDerivation rec {
    gst_all_1.gst-plugins-ugly
    gtk4
    libadwaita
    libsoup
    wayland
    wayland-protocols
  ];