From 6c2f07aab1b98404a8c50b67ece8c7ef7e6ee321 Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 3 Dec 2023 13:46:01 +0000 Subject: [PATCH] cross: disable gnome-2048 fix in light of vala fix being upstreamed (still in staging) --- overlays/cross.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/overlays/cross.nix b/overlays/cross.nix index 55e14e94..3bbfff79 100644 --- a/overlays/cross.nix +++ b/overlays/cross.nix @@ -728,11 +728,11 @@ in { # 2023/11/21: upstreaming is unblocked # but obsoleted by vala patch: - gnome-2048 = addNativeInputs [ - # fix: "error: Package `libgnome-games-support-1' not found in specified Vala API directories or GObject-Introspection GIR directories" - final.libgnome-games-support - # final.gobject-introspection # this *should* work, if libgnome-games-support were to ship GIR bindings? - ] prev.gnome-2048; + # gnome-2048 = addNativeInputs [ + # # fix: "error: Package `libgnome-games-support-1' not found in specified Vala API directories or GObject-Introspection GIR directories" + # final.libgnome-games-support + # # final.gobject-introspection # this *should* work, if libgnome-games-support were to ship GIR bindings? + # ] prev.gnome-2048; # needs binfmt: "scangobj.py:execute_command:1293:WARNING:Running scanner failed: [Errno 8] Exec format error: './goa-scan', command: ./goa-scan" gnome-online-accounts = needsBinfmt prev.gnome-online-accounts;