pkgsi686Linux.linuxPackages.virtualboxGuestAdditions: mark broken
Hasn't built since the upgrade to Linux 5.10. https://forums.virtualbox.org/viewtopic.php?t=104819
This commit is contained in:
parent
f721eb736c
commit
943fd5ea4b
1 changed files with 1 additions and 1 deletions
|
@ -159,6 +159,6 @@ in stdenv.mkDerivation rec {
|
|||
license = "GPL";
|
||||
maintainers = [ lib.maintainers.sander ];
|
||||
platforms = lib.platforms.linux;
|
||||
broken = kernel.kernelAtLeast "5.17";
|
||||
broken = kernel.kernelAtLeast (if stdenv.hostPlatform.is32bit then "5.10" else "5.17");
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue