me
/
guix
Archived
1
0
Fork 0

gnu: nftables: Enable build of manpages.

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

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

View File

@ -7231,11 +7231,10 @@ used by nftables.")
(base32 "08x4xw0s5sap3q7jfr91v7mrkxrydi4dvsckw85ims0qb1ibmviw")))) (base32 "08x4xw0s5sap3q7jfr91v7mrkxrydi4dvsckw85ims0qb1ibmviw"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments `(#:configure-flags (arguments `(#:configure-flags
'("--disable-man-doc" ; FIXME: needs docbook2x '("--disable-static"
"--disable-static"
"--with-cli=readline"))) "--with-cli=readline")))
(inputs (list gmp libmnl libnftnl 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") (home-page "https://www.nftables.org")
(synopsis "Userspace utility for Linux packet filtering") (synopsis "Userspace utility for Linux packet filtering")
(description "nftables is the project that aims to replace the existing (description "nftables is the project that aims to replace the existing