mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gtk-doc: Remove leftovers.
No longer needed, package passes tests without these parameters. * gnu/packages/gtk.scm (gtk-doc)[arguments]<#:parallel-tests?>: Re-enable. <#:phases>: Remove 'disable-failing-tests. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
443965fee1
commit
af765e47ae
1 changed files with 0 additions and 6 deletions
|
@ -2260,14 +2260,8 @@ information.")
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:parallel-tests? #f
|
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'disable-failing-tests
|
|
||||||
(lambda _
|
|
||||||
(substitute* "tests/Makefile.am"
|
|
||||||
(("annotations.sh bugs.sh empty.sh fail.sh gobject.sh program.sh")
|
|
||||||
""))))
|
|
||||||
(add-after 'install 'wrap-executables
|
(add-after 'install 'wrap-executables
|
||||||
(lambda _
|
(lambda _
|
||||||
(let ((docbook-xsl-catalog
|
(let ((docbook-xsl-catalog
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue