mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
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 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,5 @@
|
|||
{ stdenv, fetchFromGitHub, kernel }:
|
||||
|
||||
assert stdenv.lib.versionOlder kernel.version "4.20";
|
||||
|
||||
let
|
||||
sourceAttrs = (import ./source.nix) { inherit fetchFromGitHub; };
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue