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:
parent
68b4cf39a9
commit
d88c68167a
@ -1,7 +1,5 @@
|
|||||||
{ stdenv, fetchFromGitHub, kernel }:
|
{ stdenv, fetchFromGitHub, kernel }:
|
||||||
|
|
||||||
assert stdenv.lib.versionOlder kernel.version "4.20";
|
|
||||||
|
|
||||||
let
|
let
|
||||||
sourceAttrs = (import ./source.nix) { inherit fetchFromGitHub; };
|
sourceAttrs = (import ./source.nix) { inherit fetchFromGitHub; };
|
||||||
in
|
in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user