guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#54332] [PATCH 2/2] gnu: nftables: Enable json output.


From: fesoj000
Subject: [bug#54332] [PATCH 2/2] gnu: nftables: Enable json output.
Date: Thu, 10 Mar 2022 22:21:27 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.6.1

* gnu/packages/linux.scm (nftables)[inputs]: Add jansson.
---
 gnu/packages/linux.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 99db0a2fbd..1b4b6f33f2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7232,8 +7232,9 @@ (define-public 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")
--
2.34.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]