~ruther/guix-local

44d6542e4bdbcce37c90f0ad1ea56954e47da6ad — Bruno Victal 2 years ago 28bfbdb
gnu: tdb: Build manpages.

* gnu/packages/databases.scm (tdb)[native-inputs]: Add docbook-xsl and
libxslt.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
1 files changed, 2 insertions(+), 4 deletions(-)

M gnu/packages/databases.scm
M gnu/packages/databases.scm => gnu/packages/databases.scm +2 -4
@@ 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/")