mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: glade: Don't patch docbook files.
* gnu/packages/gnome.scm (glade3)[arguments]: Remove phase fix-docbook. [native-inputs]: Add LIBXML2.
This commit is contained in:
parent
cce200369f
commit
ced93c14d1
1 changed files with 1 additions and 10 deletions
|
@ -3150,16 +3150,6 @@ (define-public glade3
|
|||
(("g_test_add.*JavaScript.*" all)
|
||||
(string-append "// " all "\n")))
|
||||
(delete-file "tests/catalogs/gjsplugin.xml")))))
|
||||
|
||||
(add-before 'configure 'fix-docbook
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(substitute* "man/meson.build"
|
||||
(("http://docbook.sourceforge.net/release/xsl/\
|
||||
current/manpages/docbook.xsl")
|
||||
(string-append (assoc-ref inputs "docbook-xsl")
|
||||
"/xml/xsl/docbook-xsl-"
|
||||
,(package-version docbook-xsl)
|
||||
"/manpages/docbook.xsl")))))
|
||||
(add-before 'check 'pre-check
|
||||
(lambda _
|
||||
(setenv "HOME" "/tmp")
|
||||
|
@ -3182,6 +3172,7 @@ (define-public glade3
|
|||
gobject-introspection
|
||||
hicolor-icon-theme
|
||||
itstool
|
||||
libxml2 ;for XML_CATALOG_FILES
|
||||
libxslt ;for xsltproc
|
||||
python
|
||||
python-pygobject
|
||||
|
|
Loading…
Reference in a new issue