mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
gnu: nftables: Enable build of manpages.
* gnu/packages/linux.scm (nftables)[native-inputs]: Add docbook2x. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
1f46534646
commit
32a5a1cc96
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue