[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#65479] [PATCH 55/61] gnu: gtk-doc: Remove leftovers.
From: |
Bruno Victal |
Subject: |
[bug#65479] [PATCH 55/61] gnu: gtk-doc: Remove leftovers. |
Date: |
Thu, 24 Aug 2023 05:16:34 +0100 |
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.
---
gnu/packages/gtk.scm | 6 ------
1 file changed, 6 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 508f836077..51f7d675f4 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -2171,14 +2171,8 @@ (define-public gtk-doc
(build-system meson-build-system)
(arguments
(list
- #:parallel-tests? #f
#: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
(lambda _
(let ((docbook-xsl-catalog
--
2.40.1
- [bug#65479] [PATCH core-updates 50/61] gnu: tunctl: Update comment., (continued)
- [bug#65479] [PATCH core-updates 50/61] gnu: tunctl: Update comment., Bruno Victal, 2023/08/23
- [bug#65479] [PATCH core-updates 52/61] gnu: git: Drop docbook workarounds., Bruno Victal, 2023/08/23
- [bug#65479] [PATCH core-updates 51/61] gnu: gdcm: Build manpages., Bruno Victal, 2023/08/23
- [bug#65479] [PATCH core-updates 43/61] gnu: vmpk: Drop docbook workaround., Bruno Victal, 2023/08/23
- [bug#65479] [PATCH core-updates 61/61] gnu: Remove unneeded libxml2 from native-inputs. (gtk-doc), Bruno Victal, 2023/08/23
- [bug#65479] [PATCH 37/61] gnu: libxkbcommon: Add doc output., Bruno Victal, 2023/08/24
- [bug#65479] [PATCH 36/61] gnu: metapixel: Rewrite with G-Expressions., Bruno Victal, 2023/08/24
- [bug#65479] [PATCH 48/61] gnu: alsa-utils: Build manpages., Bruno Victal, 2023/08/24
- [bug#65479] [PATCH 53/61] gnu: gtk-doc: Rewrite with G-Expressions., Bruno Victal, 2023/08/24
- [bug#65479] [PATCH 54/61] gnu: gtk-doc: Wrap XML_CATALOG_FILES., Bruno Victal, 2023/08/24
- [bug#65479] [PATCH 55/61] gnu: gtk-doc: Remove leftovers.,
Bruno Victal <=
- [bug#65479] [PATCH 57/61] gnu: libstdc++-doc: Build libstdc++ info documentation., Bruno Victal, 2023/08/24
- [bug#65479] [PATCH 56/61] gnu: libstdc++-doc: Rewrite with G-Expressions., Bruno Victal, 2023/08/24
- [bug#65479] [PATCH 59/61] gnu: Remove unneeded libxml2 from native-inputs. (libxslt), Bruno Victal, 2023/08/24
- [bug#65479] [PATCH 60/61] gnu: Remove unneeded libxml2 from native-inputs. (xmlto), Bruno Victal, 2023/08/24
- [bug#65479] [PATCH 44/61] gnu: iputils: Drop docbook workarounds., Bruno Victal, 2023/08/24
- [bug#65479] [PATCH 58/61] gnu: perf: Remove libxml2., Bruno Victal, 2023/08/24
- [bug#65479] [PATCH 45/61] gnu: iputils: Restyle., Bruno Victal, 2023/08/24