jool: removed kernel version assertion

I don't think this really makes sense, because upstream doesn't list any constraints on supported kernel versions, and worst case it'll just fail to build.
This commit is contained in:
embr 2019-04-20 09:54:30 +01:00
parent 68b4cf39a9
commit d88c68167a

View file

@ -1,7 +1,5 @@
{ stdenv, fetchFromGitHub, kernel }:
assert stdenv.lib.versionOlder kernel.version "4.20";
let
sourceAttrs = (import ./source.nix) { inherit fetchFromGitHub; };
in