unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: fesoj000 <fesoj000@gmail.com>
To: 54332@debbugs.gnu.org
Subject: [bug#54332] [PATCH 2/2] gnu: nftables: Enable json output.
Date: Thu, 10 Mar 2022 22:21:27 +0100	[thread overview]
Message-ID: <b05e0193-4d8d-12e8-7e7b-13e6dfee054d@gmail.com> (raw)
In-Reply-To: <73e35ee1-5e28-70c9-8f0e-bdb097cf060b@gmail.com>

* 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





      parent reply	other threads:[~2022-03-10 21:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-10 21:17 [bug#54332] [PATCH 0/2] gnu: nftables: small rework fesoj000
2022-03-10 21:20 ` [bug#54332] [PATCH 1/2] gnu: nftables: Enable build of manpages fesoj000
2022-03-25 11:04   ` bug#54332: [PATCH 0/2] gnu: nftables: small rework Ludovic Courtès
2022-03-10 21:21 ` fesoj000 [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b05e0193-4d8d-12e8-7e7b-13e6dfee054d@gmail.com \
    --to=fesoj000@gmail.com \
    --cc=54332@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).