From 41709b6eac90c5d8d8546594827059bb917acd60 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 25 Nov 2023 05:54:06 +0000 Subject: [PATCH] cross: mark fractal-nixified as needs binfmt --- overlays/cross.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/overlays/cross.nix b/overlays/cross.nix index 46ab5915..7f45a7f0 100644 --- a/overlays/cross.nix +++ b/overlays/cross.nix @@ -658,6 +658,9 @@ in { # # patching gst-plugin-gtk4 to not build cdylib fixes the issue in the `fractal-nixified` variant of this package # }); + # needs binfmt: "error[E0463]: can't find crate for `gettextrs`" + fractal-nixified = needsBinfmt prev.fractal-nixified; + # 2023/07/31: upstreaming is unblocked -- if i can rework to not use emulation # fwupd-efi = prev.fwupd-efi.override { # # fwupd-efi queries meson host_machine to decide what arch to build for.