mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05: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:
parent
3301459034
commit
28bfbdb74a
1 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue