linuxPackages.bbswitch: mark broken on Linux 5.18

This commit is contained in:
Alyssa Ross 2022-05-23 12:00:53 +00:00
parent 3bd018e6b0
commit fe564f56b4

View file

@ -64,5 +64,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/Bumblebee-Project/bbswitch";
maintainers = with maintainers; [ abbradar ];
license = licenses.gpl2Plus;
broken = kernel.kernelAtLeast "5.18";
};
}