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

This commit is contained in:
Alyssa Ross 2022-05-23 12:02:01 +00:00
parent 5bf6048f37
commit 791ef2e3eb

View file

@ -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";
};
}