gnu: sssd: Drop xmllint workaround.

* gnu/packages/sssd.scm (sssd)[arguments]<#:make-flags>: Drop XMLLINT_FLAGS.
[native-inputs]: Add docbook-xml-4.4.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
Bruno Victal 2023-10-09 21:06:29 +01:00 committed by Ludovic Courtès
parent 3301459034
commit 28bfbdb74a
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -163,10 +163,7 @@ (define-public sssd
#$(this-package-native-input "docbook-xsl")
"/xml/xsl/docbook-xsl-"
#$(package-version (this-package-native-input "docbook-xsl"))
"/manpages/docbook.xsl")
;; Remove "--postvalid" option, because that requires access to
;; online DTDs.
"XMLLINT_FLAGS = --catalogs --nonet --noent --xinclude --noout")
"/manpages/docbook.xsl"))
#:configure-flags
#~(list "--localstatedir=/var" ; for /var/lib/sss, /var/run/sssd.pid, etc.
"--sysconfdir=/etc" ; /etc/sssd
@ -283,7 +280,7 @@ (define-public sssd
bc ; for tests
check ; for tests
cmocka ; for tests
docbook-xml
docbook-xml-4.4
docbook-xsl
doxygen
gettext-minimal