fix: disable Boost MPI for aarch64 cross-compile (no b2 alternatives)

This commit is contained in:
2026-06-18 17:09:59 -04:00
parent 7e148791fb
commit ef3ad6bbcf

View File

@@ -69,6 +69,8 @@
mesonFlags = (old.mesonFlags or []) ++ [ "-Dskip_gtk_tests=true" ];
});
hyprland = prev.hyprland.override { wrapRuntimeDeps = false; };
# Boost MPI cannot cross-compile for aarch64 (no b2 alternatives)
boost = prev.boost.override { useMpi = false; };
xdg-desktop-portal-hyprland = prev.xdg-desktop-portal-hyprland.overrideAttrs (old: {
preConfigure = (old.preConfigure or "") + ''
cmakeFlags="$cmakeFlags -Dhyprwayland-scanner_DIR=${prev.buildPackages.hyprwayland-scanner}/lib/cmake/hyprwayland-scanner" 2>/dev/null || true