unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54332] [PATCH 0/2] gnu: nftables: small rework
@ 2022-03-10 21:17 fesoj000
  2022-03-10 21:20 ` [bug#54332] [PATCH 1/2] gnu: nftables: Enable build of manpages fesoj000
  2022-03-10 21:21 ` [bug#54332] [PATCH 2/2] gnu: nftables: Enable json output fesoj000
  0 siblings, 2 replies; 4+ messages in thread
From: fesoj000 @ 2022-03-10 21:17 UTC (permalink / raw)
  To: 54332

This patch series does two simple things.

- build manpages for nftables

- enable json support for nftables




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#54332] [PATCH 1/2] gnu: nftables: Enable build of manpages.
  2022-03-10 21:17 [bug#54332] [PATCH 0/2] gnu: nftables: small rework fesoj000
@ 2022-03-10 21:20 ` fesoj000
  2022-03-25 11:04   ` bug#54332: [PATCH 0/2] gnu: nftables: small rework Ludovic Courtès
  2022-03-10 21:21 ` [bug#54332] [PATCH 2/2] gnu: nftables: Enable json output fesoj000
  1 sibling, 1 reply; 4+ messages in thread
From: fesoj000 @ 2022-03-10 21:20 UTC (permalink / raw)
  To: 54332

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

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index cc0084be8a..99db0a2fbd 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7231,11 +7231,10 @@ (define-public nftables
          (base32 "08x4xw0s5sap3q7jfr91v7mrkxrydi4dvsckw85ims0qb1ibmviw"))))
      (build-system gnu-build-system)
      (arguments `(#:configure-flags
-                 '("--disable-man-doc"  ; FIXME: needs docbook2x
-                   "--disable-static"
+                 '("--disable-static"
                     "--with-cli=readline")))
      (inputs (list gmp libmnl libnftnl readline))
-    (native-inputs (list pkg-config bison flex))
+    (native-inputs (list pkg-config bison flex docbook2x))
      (home-page "https://www.nftables.org")
      (synopsis "Userspace utility for Linux packet filtering")
      (description "nftables is the project that aims to replace the existing
-- 
2.34.0





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#54332] [PATCH 2/2] gnu: nftables: Enable json output.
  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-10 21:21 ` fesoj000
  1 sibling, 0 replies; 4+ messages in thread
From: fesoj000 @ 2022-03-10 21:21 UTC (permalink / raw)
  To: 54332

* 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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#54332: [PATCH 0/2] gnu: nftables: small rework
  2022-03-10 21:20 ` [bug#54332] [PATCH 1/2] gnu: nftables: Enable build of manpages fesoj000
@ 2022-03-25 11:04   ` Ludovic Courtès
  0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2022-03-25 11:04 UTC (permalink / raw)
  To: fesoj000; +Cc: 54332-done

Hi,

fesoj000 <fesoj000@gmail.com> skribis:

> * gnu/packages/linux.scm (nftables)[native-inputs]: Add docbook2x.

[...]

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

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-03-25 11:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [bug#54332] [PATCH 2/2] gnu: nftables: Enable json output fesoj000

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).