gnu: farstream: Remove patch-docbook-xml phase.
* gnu/packages/freedesktop.scm (farstream) [arguments]: Remove patch-docbook-xml phase. [native-inputs]: Add libxml2.
This commit is contained in:
parent
a39bc5d1e4
commit
6e64fde873
@ -263,15 +263,7 @@ application-centers for distributions.")
|
|||||||
;; This test timeouts despite changing the value of
|
;; This test timeouts despite changing the value of
|
||||||
;; 'CK_DEFAULT_TIMEOUT' to 600 (see:
|
;; 'CK_DEFAULT_TIMEOUT' to 600 (see:
|
||||||
;; https://gitlab.freedesktop.org/farstream/farstream/-/issues/20).
|
;; https://gitlab.freedesktop.org/farstream/farstream/-/issues/20).
|
||||||
(("^\ttransmitter/nice.*") ""))))
|
(("^\ttransmitter/nice.*") "")))))))
|
||||||
(add-after 'unpack 'patch-docbook-xml
|
|
||||||
(lambda* (#:key native-inputs inputs #:allow-other-keys)
|
|
||||||
(with-directory-excursion "docs"
|
|
||||||
(substitute* '("libs/farstream-libs-docs.sgml"
|
|
||||||
"plugins/farstream-plugins-docs.sgml")
|
|
||||||
(("http://www.oasis-open.org/docbook/xml/4.1.2/")
|
|
||||||
(search-input-directory (or native-inputs inputs)
|
|
||||||
"xml/dtd/docbook/")))))))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf
|
(list autoconf
|
||||||
automake
|
automake
|
||||||
@ -280,6 +272,7 @@ application-centers for distributions.")
|
|||||||
gobject-introspection
|
gobject-introspection
|
||||||
gtk-doc/stable
|
gtk-doc/stable
|
||||||
libtool
|
libtool
|
||||||
|
libxml2 ;for XML_CATALOG_FILES
|
||||||
libxslt
|
libxslt
|
||||||
perl
|
perl
|
||||||
pkg-config
|
pkg-config
|
||||||
|
Loading…
Reference in New Issue
Block a user