guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

22/38: gnu: gdk-pixbuf: Remove trailing #t.


From: guix-commits
Subject: 22/38: gnu: gdk-pixbuf: Remove trailing #t.
Date: Sat, 2 Oct 2021 12:52:43 -0400 (EDT)

mothacehe pushed a commit to branch core-updates
in repository guix.

commit 2f817ab6ab7c96e23ddb90102dffb8b79bcf80d0
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Oct 1 16:21:24 2021 +0200

    gnu: gdk-pixbuf: Remove trailing #t.
    
    * gnu/packages/gtk.scm (gdk-pixbuf)[arguments]<#:phases>: Remove
      the trailing #t.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 gnu/packages/gtk.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index cfc4c61..f37dfaf 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -634,14 +634,12 @@ highlighting and other features typical of a source code 
editor.")
                  (("http://www.oasis-open.org/docbook/xml/4\\.3/";)
                   (string-append (assoc-ref (or native-inputs inputs)
                                             "docbook-xml")
-                                 "/xml/dtd/docbook/"))))
-             #t))
+                                 "/xml/dtd/docbook/"))))))
          (add-before 'configure 'disable-failing-tests
            (lambda _
              (substitute* "tests/meson.build"
                (("\\[ 'pixbuf-fail', \\['conform', 'slow'\\], \\],")
-                ""))
-             #t))
+                ""))))
          ;; The slow tests take longer than the specified timeout.
          ,@(if (target-arm? (%current-system))
                '((replace 'check



reply via email to

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