cross: support gnome "calls" package

This commit is contained in:
2023-08-31 00:52:28 +00:00
parent f44a094d1d
commit 9fea007d4f

View File

@@ -392,6 +392,10 @@ in {
# # configure: error: no acceptable C compiler found in $PATH # # configure: error: no acceptable C compiler found in $PATH
# inherit (emulated) stdenv; # inherit (emulated) stdenv;
# }; # };
# fixes: "error: Package <foo> 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 { # cantarell-fonts = prev.cantarell-fonts.override {
# # close this after upstreaming: <https://github.com/NixOS/nixpkgs/issues/50855> # # close this after upstreaming: <https://github.com/NixOS/nixpkgs/issues/50855>
# # fixes error where python3.10-skia-pathops dependency isn't available for the build platform # # fixes error where python3.10-skia-pathops dependency isn't available for the build platform