Merge pull request #125514 from fortuneteller2k/tuxedo-broken

linuxPackages.tuxedo-keyboard: mark broken for aarch64
This commit is contained in:
Sandro 2021-06-03 17:52:31 +02:00 committed by GitHub
commit f59fb4b41e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};
}