mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
linuxPackages.rtl8189es: mark broken on Linux 5.17
This commit is contained in:
parent
6d43305b89
commit
fe6c2190e8
@ -42,5 +42,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ danielfullmer lheckemann ];
|
||||
broken = kernel.kernelAtLeast "5.17";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user