mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
clapper: add missing deps
This commit is contained in:
parent
9aeeb7574f
commit
9763f0b83f
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue