all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: fesoj000 <fesoj000@gmail.com>
To: 54332@debbugs.gnu.org
Subject: [bug#54332] [PATCH 1/2] gnu: nftables: Enable build of manpages.
Date: Thu, 10 Mar 2022 22:20:42 +0100	[thread overview]
Message-ID: <c951fe20-dd4c-932f-6c99-6c639da98b65@gmail.com> (raw)
In-Reply-To: <73e35ee1-5e28-70c9-8f0e-bdb097cf060b@gmail.com>

* 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





  reply	other threads:[~2022-03-10 21:21 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 ` fesoj000 [this message]
2022-03-25 11:04   ` bug#54332: " Ludovic Courtès
2022-03-10 21:21 ` [bug#54332] [PATCH 2/2] gnu: nftables: Enable json output fesoj000

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

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

  git send-email \
    --in-reply-to=c951fe20-dd4c-932f-6c99-6c639da98b65@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.