mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: po4a: Enable SGML format.
* gnu/packages/gettext.scm (po4a): Enable SGML format. [arguments]<phases>: Remove disable-failing-tests phase. [native-inputs]: Add docbook-sgml-4.1. Remove libxml2. [inputs]: Add opensp. Modified-by: Bruno Victal <mirai@makinata.eu> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
04b6408bbd
commit
d8a0aefae1
1 changed files with 2 additions and 5 deletions
|
@ -278,10 +278,6 @@ from Markdown files.")
|
||||||
(wrap-program file
|
(wrap-program file
|
||||||
`("PERL5LIB" ":" prefix (,path))))
|
`("PERL5LIB" ":" prefix (,path))))
|
||||||
(find-files bin "\\.*$")))))
|
(find-files bin "\\.*$")))))
|
||||||
(add-before 'check 'disable-failing-tests
|
|
||||||
(lambda _
|
|
||||||
;; FIXME: fails despite of importing SGMLS
|
|
||||||
(delete-file "t/fmt-sgml.t")))
|
|
||||||
#$@(if (system-hurd?)
|
#$@(if (system-hurd?)
|
||||||
#~((add-after 'unpack 'skip-tests/hurd
|
#~((add-after 'unpack 'skip-tests/hurd
|
||||||
(lambda _
|
(lambda _
|
||||||
|
@ -293,14 +289,15 @@ from Markdown files.")
|
||||||
(list gettext-minimal
|
(list gettext-minimal
|
||||||
perl-module-build
|
perl-module-build
|
||||||
docbook-xsl
|
docbook-xsl
|
||||||
libxml2
|
|
||||||
libxslt
|
libxslt
|
||||||
;; For tests.
|
;; For tests.
|
||||||
|
docbook-sgml-4.1
|
||||||
docbook-xml-4.1.2
|
docbook-xml-4.1.2
|
||||||
perl-test-pod
|
perl-test-pod
|
||||||
(texlive-updmap.cfg)))
|
(texlive-updmap.cfg)))
|
||||||
(inputs
|
(inputs
|
||||||
(list bash-minimal
|
(list bash-minimal
|
||||||
|
opensp
|
||||||
perl-gettext
|
perl-gettext
|
||||||
perl-pod-parser
|
perl-pod-parser
|
||||||
perl-sgmls
|
perl-sgmls
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue