linuxPackages.intel-speed-select: mark broken on Linux 5.18

This commit is contained in:
Alyssa Ross
2022-05-25 12:29:13 +00:00
parent 5bf6048f37
commit 791ef2e3eb
@@ -16,5 +16,6 @@ stdenv.mkDerivation {
homepage = "https://www.kernel.org/";
license = licenses.gpl2;
platforms = [ "i686-linux" "x86_64-linux" ]; # x86-specific
broken = kernel.kernelAtLeast "5.18";
};
}