diff --git a/user/niri/template.py b/user/niri/template.py index 3086f1abac..1905156477 100644 --- a/user/niri/template.py +++ b/user/niri/template.py @@ -37,10 +37,16 @@ url = "https://github.com/YaLTeR/niri" source = f"{url}/archive/refs/tags/v{pkgver}.tar.gz" sha256 = "86b89bcfc3fc6a8ed81f9e3f0ac7a29bd30267515efb2c19e1e0bc2ccd67b649" +# check may be disabled +options = [] if self.profile().wordsize == 32: broken = "weird pipewire api stuff" +if self.profile.arch() == "ppc64le": + # fails some xkeyboard stuff mysteriously? FIXME + options += ["!check"] + # TODO: dinit graphical user session service, --notify-fd, etc