mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
linuxPackages.tuxedo-keyboard: mark broken for aarch64
This commit is contained in:
parent
7afc6d8341
commit
1400cdc8a5
@ -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 New Issue
Block a user