hyprpaper: mark as broken on Aarch64
This commit is contained in:
parent
432b07e220
commit
35bd7ecf25
1 changed files with 2 additions and 0 deletions
|
@ -59,5 +59,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ wozeparrot ];
|
||||
inherit (wayland.meta) platforms;
|
||||
# ofborg failure: g++ does not recognize '-std=c++23'
|
||||
broken = stdenv.isAarch64;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue