Merge pull request #196355 from viraptor/banking-fix

banking: fix gi introspection and darwin build
This commit is contained in:
Stanisław Pitucha 2022-10-23 14:58:07 +11:00 committed by GitHub
commit 497df1cdc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@
, gobject-introspection
, libadwaita
, librsvg
, gtk4
}:
python3.pkgs.buildPythonApplication rec {
@ -40,10 +41,11 @@ python3.pkgs.buildPythonApplication rec {
ninja
pkg-config
wrapGAppsHook4
gobject-introspection
gtk4 # for gtk4-update-icon-cache
];
buildInputs = [
gobject-introspection
libadwaita
librsvg
];