cross: mark mutter as needs binfmt

This commit is contained in:
Colin 2023-12-03 02:10:34 +00:00
parent 8772aaec65
commit 908984c285

View File

@ -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)