linuxPackages.virtualboxGuestAdditions: mark broken on Linux 5.17

This package is slightly out of date, but 6.1.32 doesn't fix 5.17
compatibility either.
This commit is contained in:
Alyssa Ross 2022-03-21 09:17:13 +00:00
parent 03891bb4bb
commit 69af0d1717

View File

@ -162,5 +162,6 @@ in stdenv.mkDerivation rec {
license = "GPL";
maintainers = [ lib.maintainers.sander ];
platforms = lib.platforms.linux;
broken = kernel.kernelAtLeast "5.17";
};
}