guix-commits
[Top][All Lists]
Advanced

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

20/38: gnu: gdk-pixbuf: Use target predicates.


From: guix-commits
Subject: 20/38: gnu: gdk-pixbuf: Use target predicates.
Date: Sat, 2 Oct 2021 12:52:42 -0400 (EDT)

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

commit 744bfc61da8464d8f07210318a797e51456a4f5e
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Oct 1 16:21:22 2021 +0200

    gnu: gdk-pixbuf: Use target predicates.
    
    This seems a little tidier to me.
    
    * gnu/packages/gtk.scm (gdk-pixbuf)[arguments]<#:phases>{check}: Use
      target-arm? instead of string=?.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 gnu/packages/gtk.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index bbef514..691e207 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -643,8 +643,7 @@ highlighting and other features typical of a source code 
editor.")
                 ""))
              #t))
          ;; The slow tests take longer than the specified timeout.
-         ,@(if (any (cute string=? <> (%current-system))
-                    '("armhf-linux" "aarch64-linux"))
+         ,@(if (target-arm? (%current-system))
                '((replace 'check
                    (lambda* (#:key tests? #:allow-other-keys)
                      (when tests?



reply via email to

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