1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 14:11:36 +00:00

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
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

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