linuxPackages.jool: only supported on linux < 4.10

cc #23253
This commit is contained in:
Franz Pletz
2017-02-28 14:43:33 +01:00
parent 616e5c1953
commit d733d36cc6

View File

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