mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
linuxPackages.bbswitch: mark broken on Linux 5.18
This commit is contained in:
parent
3bd018e6b0
commit
fe564f56b4
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user