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 @@ 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
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue