mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
Merge pull request #154240 from alyssais/kvmfr-5.16
This commit is contained in:
commit
0cd9bb5dc1
@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ j-brn ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
broken = kernel.kernelOlder "5.3";
|
||||
broken = kernel.kernelOlder "5.3" || kernel.kernelAtLeast "5.16";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user