fix: disable Boost MPI for aarch64 cross-compile (no b2 alternatives)
This commit is contained in:
@@ -69,6 +69,8 @@
|
|||||||
mesonFlags = (old.mesonFlags or []) ++ [ "-Dskip_gtk_tests=true" ];
|
mesonFlags = (old.mesonFlags or []) ++ [ "-Dskip_gtk_tests=true" ];
|
||||||
});
|
});
|
||||||
hyprland = prev.hyprland.override { wrapRuntimeDeps = false; };
|
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: {
|
xdg-desktop-portal-hyprland = prev.xdg-desktop-portal-hyprland.overrideAttrs (old: {
|
||||||
preConfigure = (old.preConfigure or "") + ''
|
preConfigure = (old.preConfigure or "") + ''
|
||||||
cmakeFlags="$cmakeFlags -Dhyprwayland-scanner_DIR=${prev.buildPackages.hyprwayland-scanner}/lib/cmake/hyprwayland-scanner" 2>/dev/null || true
|
cmakeFlags="$cmakeFlags -Dhyprwayland-scanner_DIR=${prev.buildPackages.hyprwayland-scanner}/lib/cmake/hyprwayland-scanner" 2>/dev/null || true
|
||||||
|
|||||||
Reference in New Issue
Block a user