mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
linuxPackages.kvmfr: set minimum kernel version
This commit is contained in:
parent
7aa9186ae4
commit
17f391e05a
1 changed files with 1 additions and 0 deletions
|
@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ j-brn ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
broken = kernel.kernelOlder "5.3";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue