gnu: nftables: Enable json output.
* gnu/packages/linux.scm (nftables)[inputs]: Add jansson. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
32a5a1cc96
commit
cabda1197e
|
@ -7232,8 +7232,9 @@ used by nftables.")
|
|||
(build-system gnu-build-system)
|
||||
(arguments `(#:configure-flags
|
||||
'("--disable-static"
|
||||
"--with-cli=readline")))
|
||||
(inputs (list gmp libmnl libnftnl readline))
|
||||
"--with-cli=readline"
|
||||
"--with-json")))
|
||||
(inputs (list gmp libmnl libnftnl readline jansson))
|
||||
(native-inputs (list pkg-config bison flex docbook2x))
|
||||
(home-page "https://www.nftables.org")
|
||||
(synopsis "Userspace utility for Linux packet filtering")
|
||||
|
|
Reference in New Issue