mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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:
committed by
Ludovic Courtès
parent
3301459034
commit
28bfbdb74a
@@ -163,10 +163,7 @@ fundamental object types for C.")
|
||||
#$(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 @@ fundamental object types for C.")
|
||||
bc ; for tests
|
||||
check ; for tests
|
||||
cmocka ; for tests
|
||||
docbook-xml
|
||||
docbook-xml-4.4
|
||||
docbook-xsl
|
||||
doxygen
|
||||
gettext-minimal
|
||||
|
||||
Reference in New Issue
Block a user