Merge pull request #125514 from fortuneteller2k/tuxedo-broken
linuxPackages.tuxedo-keyboard: mark broken for aarch64
This commit is contained in:
commit
f59fb4b41e
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://github.com/tuxedocomputers/tuxedo-keyboard/";
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.linux;
|
||||
broken = stdenv.isAarch64;
|
||||
maintainers = [ maintainers.blanky0230 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue