Merge pull request #196355 from viraptor/banking-fix
banking: fix gi introspection and darwin build
This commit is contained in:
commit
497df1cdc2
@ -13,6 +13,7 @@
|
|||||||
, gobject-introspection
|
, gobject-introspection
|
||||||
, libadwaita
|
, libadwaita
|
||||||
, librsvg
|
, librsvg
|
||||||
|
, gtk4
|
||||||
}:
|
}:
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
@ -40,10 +41,11 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
ninja
|
ninja
|
||||||
pkg-config
|
pkg-config
|
||||||
wrapGAppsHook4
|
wrapGAppsHook4
|
||||||
|
gobject-introspection
|
||||||
|
gtk4 # for gtk4-update-icon-cache
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gobject-introspection
|
|
||||||
libadwaita
|
libadwaita
|
||||||
librsvg
|
librsvg
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user