me
/
guix
Archived
1
0
Fork 0

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>
master
Maxime Devos 2021-10-01 16:21:22 +02:00 committed by Mathieu Othacehe
parent 1f7cf5834c
commit 744bfc61da
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 1 additions and 2 deletions

View File

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