linuxPackages.rtl8821ce: mark broken for aarch64

Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com>
This commit is contained in:
fortuneteller2k 2021-05-19 16:58:17 +08:00 committed by Jonathan Ringer
parent 066fb63b02
commit 5e52c3706c

View File

@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/tomaspinho/rtl8821ce";
license = licenses.gpl2Only;
platforms = platforms.linux;
broken = stdenv.isAarch64;
maintainers = with maintainers; [ hhm ];
};
}