Merge pull request #172183 from qbit/vmm_clock_old_kern

os-specific/linux/vmm_clock: mark kernels older than 4.19 as broken
This commit is contained in:
davidak 2022-05-09 15:22:43 +02:00 committed by GitHub
commit 03d73ba0c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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