forked from mirrors/nixpkgs
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:
parent
daf787a96d
commit
eeca73dfac
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue