linuxPackages.intel-speed-select: mark broken on Linux 5.18
This commit is contained in:
parent
5bf6048f37
commit
791ef2e3eb
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue