me
/
guix
Archived
1
0
Fork 0

gnu: nftables: Enable json output.

* gnu/packages/linux.scm (nftables)[inputs]: Add jansson.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
fesoj000 2022-03-10 22:21:27 +01:00 committed by Ludovic Courtès
parent 32a5a1cc96
commit cabda1197e
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 2 deletions

View File

@ -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")