From 44d6542e4bdbcce37c90f0ad1ea56954e47da6ad Mon Sep 17 00:00:00 2001 From: Bruno Victal Date: Mon, 9 Oct 2023 21:06:30 +0100 Subject: [PATCH] gnu: tdb: Build manpages. * gnu/packages/databases.scm (tdb)[native-inputs]: Add docbook-xsl and libxslt. Signed-off-by: Maxim Cournoyer --- gnu/packages/databases.scm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 40002f788a2676e5d455d5676028821c27d10eba..bf0fbf09c6595ab6e6107c9207e91d5319a69424 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -2051,10 +2051,8 @@ changes.") (invoke "./configure" (string-append "--prefix=" out)))))))) (native-inputs - (list ;; TODO: Build the documentation. - ;; ("docbook-xsl" ,docbook-xsl) - ;; ("libxml2" ,libxml2) - ;; ("libxslt" ,libxslt) + (list docbook-xsl + libxslt python ;for the Waf build system which)) (home-page "https://tdb.samba.org/")