tuba: support cross compilation

gobject-introspection is needed in nativeBuildInputs to fix
"error: Package <...> not found in specified Vala API directories
or GObject-Introspection GIR directories".
This commit is contained in:
Colin 2023-08-28 11:37:08 +00:00
parent 5690c4271f
commit fc1121488c

View file

@ -13,6 +13,7 @@
, json-glib
, glib
, glib-networking
, gobject-introspection
, gtksourceview5
, libxml2
, libgee
@ -42,6 +43,7 @@ stdenv.mkDerivation rec {
python3
wrapGAppsHook4
desktop-file-utils
gobject-introspection
];
buildInputs = [