nftables: disable broken xtables support
This commit is contained in:
parent
303a5a4e72
commit
7c5324f29a
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, docbook2x, docbook_xml_dtd_45
|
{ stdenv, fetchurl, pkgconfig, docbook2x, docbook_xml_dtd_45
|
||||||
, flex, bison, libmnl, libnftnl, gmp, readline, iptables }:
|
, flex, bison, libmnl, libnftnl, gmp, readline }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "nftables-0.7";
|
name = "nftables-0.7";
|
||||||
@ -12,13 +12,12 @@ stdenv.mkDerivation rec {
|
|||||||
configureFlags = [
|
configureFlags = [
|
||||||
"CONFIG_MAN=y"
|
"CONFIG_MAN=y"
|
||||||
"DB2MAN=docbook2man"
|
"DB2MAN=docbook2man"
|
||||||
"--with-xtables"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
XML_CATALOG_FILES = "${docbook_xml_dtd_45}/xml/dtd/docbook/catalog.xml";
|
XML_CATALOG_FILES = "${docbook_xml_dtd_45}/xml/dtd/docbook/catalog.xml";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig docbook2x flex bison ];
|
nativeBuildInputs = [ pkgconfig docbook2x flex bison ];
|
||||||
buildInputs = [ libmnl libnftnl gmp readline iptables ];
|
buildInputs = [ libmnl libnftnl gmp readline ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "The project that aims to replace the existing {ip,ip6,arp,eb}tables framework";
|
description = "The project that aims to replace the existing {ip,ip6,arp,eb}tables framework";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user