Merge pull request #14230 from joachifm/jool-kernel-43-most-recent
jool: mark broken for kernel versions > 4.3
This commit is contained in:
commit
cbdc1bbb98
|
@ -26,5 +26,7 @@ stdenv.mkDerivation {
|
||||||
description = "Fairly compliant SIIT and Stateful NAT64 for Linux - kernel modules";
|
description = "Fairly compliant SIIT and Stateful NAT64 for Linux - kernel modules";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ fpletz ];
|
maintainers = with maintainers; [ fpletz ];
|
||||||
|
# kernel version 4.3 is the most recent supported version
|
||||||
|
broken = builtins.compareVersions kernel.version "4.3" == 1;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue