From 8a05d89013f5a6c50c80cea8825e9de11e487378 Mon Sep 17 00:00:00 2001 From: Bruno Victal Date: Mon, 9 Oct 2023 21:06:30 +0100 Subject: 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 b5077583c3..19657a98fc 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -1901,10 +1901,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/") -- cgit v1.2.3