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:
parent
5690c4271f
commit
fc1121488c
1 changed files with 2 additions and 0 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue