summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/databases.scm6
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 40002f788a..bf0fbf09c6 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/")