mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 19:37:48 +00:00
linuxPackages.virtualbox: mark broken on Linux 5.18
This commit is contained in:
parent
3557c0f450
commit
bd1aebae22
@ -19,5 +19,6 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = virtualbox.meta // {
|
||||
description = virtualbox.meta.description + " (kernel modules)";
|
||||
broken = kernel.kernelAtLeast "5.18";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user