diff --git a/srcpkgs/nftables/template b/srcpkgs/nftables/template index fca24969c1c..7560f2df176 100644 --- a/srcpkgs/nftables/template +++ b/srcpkgs/nftables/template @@ -3,8 +3,8 @@ pkgname=nftables version=1.0.5 revision=2 build_style=gnu-configure -configure_args="--sbindir=/usr/bin --with-json --with-python-bin=/bin/python3 - --with-cli=readline" +configure_args="--sbindir=/usr/bin --with-json + --with-python-bin=/bin/python3 --with-cli=readline" hostmakedepends="python3 asciidoc docbook2x flex pkg-config automake libtool" makedepends="gmp-devel jansson-devel libmnl-devel libnftnl-devel readline-devel" short_desc="Netfilter nftables userspace tools"