mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
os-specific/linux/vmm_clock: mark kernels older than 4.19 as broken
Upstream mentions[1] the oldest tested kernel is 4.19, so mark anything older as broken. ZHF: #172160 [1] https://github.com/voutilad/vmm_clock#tested-platforms-and-configs
This commit is contained in:
parent
cf1385f8a3
commit
c54682539b
@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
broken = kernel.kernelOlder "4.19";
|
||||
description =
|
||||
"Experimental implementation of a kvmclock-derived clocksource for Linux guests under OpenBSD's hypervisor";
|
||||
homepage = "https://github.com/voutilad/vmm_clock";
|
||||
|
Loading…
Reference in New Issue
Block a user