Nix: fix build on aarch64

This commit is contained in:
Mihai Fufezan 2023-03-09 01:10:01 +02:00 committed by Mihai Fufezan
parent c9167d9646
commit 0ad2d9f0b5
2 changed files with 8 additions and 0 deletions

View file

@ -59,6 +59,10 @@ assert (lib.assertMsg (hidpiXWayland -> enableXWayland) ''
else ""
);
buildInputs = old.buildInputs ++ [hwdata libliftoff libdisplay-info];
NIX_CFLAGS_COMPILE = toString [
"-Wno-error=maybe-uninitialized"
];
}))
.override {
xwayland = xwayland.overrideAttrs (old: {