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
parent
1f7cf5834c
commit
744bfc61da
|
@ -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?
|
||||
|
|
Reference in New Issue