mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
linuxPackages.xmm7360-pci: set minimum kernel version
Broken on 4.9; works on 4.14.
This commit is contained in:
parent
6ce4879bfb
commit
c3cf40e50e
@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.isc;
|
||||
maintainers = with maintainers; [ flokli hexa ];
|
||||
platforms = platforms.linux;
|
||||
broken = kernel.kernelAtLeast "5.14";
|
||||
broken = kernel.kernelOlder "4.10" || kernel.kernelAtLeast "5.14";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user