mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
linuxPackages.nvidiabl: mark broken on Linux 5.18
This commit is contained in:
parent
5b5c1f8cd1
commit
d156a9eca3
1 changed files with 1 additions and 0 deletions
|
@ -32,5 +32,6 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.gpl2;
|
||||
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||
maintainers = with maintainers; [ yorickvp ];
|
||||
broken = kernel.kernelAtLeast "5.18";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue