Merge pull request #14230 from joachifm/jool-kernel-43-most-recent

jool: mark broken for kernel versions > 4.3
This commit is contained in:
Domen Kožar 2016-03-26 20:06:36 +00:00
commit cbdc1bbb98

View file

@ -26,5 +26,7 @@ stdenv.mkDerivation {
description = "Fairly compliant SIIT and Stateful NAT64 for Linux - kernel modules";
platforms = platforms.linux;
maintainers = with maintainers; [ fpletz ];
# kernel version 4.3 is the most recent supported version
broken = builtins.compareVersions kernel.version "4.3" == 1;
};
}