diff --git a/overlays/cross.nix b/overlays/cross.nix index 7ed40048..6049db11 100644 --- a/overlays/cross.nix +++ b/overlays/cross.nix @@ -868,7 +868,7 @@ in { # 2023/07/31: upstreaming is blocked on apache-httpd # fixes: meson.build:111:6: ERROR: Program 'glib-compile-schemas' not found or not executable # gnome-user-share = addNativeInputs [ final.glib ] super.gnome-user-share; - mutter = (super.mutter.overrideAttrs (orig: { + mutter = needsBinfmt (super.mutter.overrideAttrs (orig: { # 2023/07/31: upstreaming is blocked on argyllcms, libavif # N.B.: not all of this suitable to upstreaming, as-is. # mesa and xorgserver are removed here because they *themselves* don't build for `buildPackages` (temporarily: 2023/10/26)