linuxPackages.rtl8821ce: mark broken on Linux 5.18
This commit is contained in:
parent
b3f626f6a0
commit
651ee5ecf5
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://github.com/tomaspinho/rtl8821ce";
|
||||
license = licenses.gpl2Only;
|
||||
platforms = platforms.linux;
|
||||
broken = stdenv.isAarch64;
|
||||
broken = stdenv.isAarch64 || kernel.kernelAtLeast "5.18";
|
||||
maintainers = with maintainers; [ hhm ivar ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue