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:
Alyssa Ross 2022-06-26 11:38:05 +00:00
parent f721eb736c
commit 943fd5ea4b
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -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");
};
}