jool: mark broken for kernel versions > 4.3

All hydra builds for kernel version >4.3 fail; the build failure
indicates changes to the kernel API used by the package.
This commit is contained in:
Joachim Fasting 2016-03-26 20:22:50 +01:00
parent daf787a96d
commit eeca73dfac

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;
};
}