From 58f17eac2dc37cb744dd61fcc890ea2950be0ac9 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 25 Nov 2023 05:55:17 +0000 Subject: [PATCH] cross: mark calls as needs binfmt --- overlays/cross.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/overlays/cross.nix b/overlays/cross.nix index 7f45a7f0..b8df2933 100644 --- a/overlays/cross.nix +++ b/overlays/cross.nix @@ -438,7 +438,8 @@ in { # 2023/10/23: upstreaming blocked by gvfs, webkitgtk 4.1 (OOMs) # fixes: "error: Package not found in specified Vala API directories or GObject-Introspection GIR directories" - calls = addNativeInputs [ final.gobject-introspection] prev.calls; + # needs binfmt for docs: "scangobj.py:execute_command:1293:WARNING:Running scanner failed: [Errno 8] Exec format error: './calls-scan', command: ./calls-scan" + calls = needsBinfmt (addNativeInputs [ final.gobject-introspection] prev.calls); # fixes "FileNotFoundError: [Errno 2] No such file or directory: 'gtk4-update-icon-cache'" # 2023/07/27: upstreaming is blocked on p11-kit cross compilation