guix-patches
[Top][All Lists]
Advanced

[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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]