bada-bib: add missing libadwaita and gtksourceview5 dependency

This commit is contained in:
Bobby Rong 2022-07-11 13:46:57 +08:00 committed by GitHub
parent 4975868d54
commit 06e537ad60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,10 +10,13 @@
, gnome
, gobject-introspection
, gtk4
, gtksourceview5
, libadwaita
, libxml2
, pkg-config
, python3Packages
, wrapGAppsHook4 }:
, wrapGAppsHook4
}:
python3Packages.buildPythonApplication rec {
pname = "bada-bib";
@ -42,6 +45,8 @@ python3Packages.buildPythonApplication rec {
gdk-pixbuf
glib
gtk4
gtksourceview5
libadwaita
];
checkInputs = [