13 sourceAttrs = (import ./source.nix) { inherit fetchFromGitHub; };
18 version = sourceAttrs.version;
20 src = sourceAttrs.src;
22 patches = [ ./validate-config.patch ];
44 sed -e 's%^XTABLES_SO_DIR = .*%XTABLES_SO_DIR = '"$out"'/lib/xtables%g' -i src/usr/iptables/Makefile
48 inherit (nixosTests) jool;
52 homepage = "https://www.jool.mx/";
53 description = "Fairly compliant SIIT and Stateful NAT64 for Linux - CLI tools";
54 platforms = lib.platforms.linux;
55 license = lib.licenses.gpl2Only;
56 maintainers = with lib.maintainers; [ fpletz ];