diff --git a/overlays/cross.nix b/overlays/cross.nix index 1b83a9b72..eb85953dd 100644 --- a/overlays/cross.nix +++ b/overlays/cross.nix @@ -392,6 +392,10 @@ in { # # configure: error: no acceptable C compiler found in $PATH # inherit (emulated) stdenv; # }; + + # fixes: "error: Package not found in specified Vala API directories or GObject-Introspection GIR directories" + calls = addNativeInputs [ final.gobject-introspection] prev.calls; + # cantarell-fonts = prev.cantarell-fonts.override { # # close this after upstreaming: # # fixes error where python3.10-skia-pathops dependency isn't available for the build platform