Merge pull request #14229 from joachifm/accelio-kernel-42-most-recent
accelio: kernel 4.2 is the most recent supported kernel
This commit is contained in:
commit
a01776bc75
@ -55,5 +55,7 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.bsd3;
|
||||
platforms = with platforms; linux ++ freebsd;
|
||||
maintainers = with maintainers; [ wkennington ];
|
||||
# kernel 4.2 is the most recent supported kernel
|
||||
broken = kernel != null && builtins.compareVersions kernel.version "4.2" == 1;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user