[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50905] [PATCH 20/38] gnu: gdk-pixbuf: Use target predicates.
From: |
Maxime Devos |
Subject: |
[bug#50905] [PATCH 20/38] gnu: gdk-pixbuf: Use target predicates. |
Date: |
Thu, 30 Sep 2021 00:19:20 +0200 |
This seems a little tidier to me.
* gnu/packages/gtk.scm (gdk-pixbuf)[arguments]<#:phases>{check}: Use
target-arm? instead of string=?.
---
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 bbef514dd7..691e207165 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?
--
2.33.0
- [bug#50905] [PATCH 09/38] gnu: isc-dhcp: Make an input unconditional., (continued)
- [bug#50905] [PATCH 09/38] gnu: isc-dhcp: Make an input unconditional., Maxime Devos, 2021/09/29
- [bug#50905] [PATCH 10/38] gnu: isc-dhcp: Remove unnecessary shebang patching., Maxime Devos, 2021/09/29
- [bug#50905] [PATCH 03/38] gnu: mozjs: Use mozilla-build-system., Maxime Devos, 2021/09/29
- [bug#50905] [PATCH 17/38] gnu: pango: Make 'bash-minimal' input unconditional., Maxime Devos, 2021/09/29
- [bug#50905] [PATCH 05/38] build/minetest-build-system: Move png-file? to (guix build utils)., Maxime Devos, 2021/09/29
- [bug#50905] [PATCH 04/38] gnu: icecat: Use mozilla-build-system., Maxime Devos, 2021/09/29
- [bug#50905] [PATCH 07/38] gnu: mozjs: Make the quasiquote unconditional., Maxime Devos, 2021/09/29
- [bug#50905] [PATCH 06/38] gnu: mozjs: Make the native-inputs unconditional., Maxime Devos, 2021/09/29
- [bug#50905] [PATCH 16/38] gnu: libdatrie: Make input labels match the package name., Maxime Devos, 2021/09/29
- [bug#50905] [PATCH 11/38] gnu: isc-dhcp: Remove trailing #t., Maxime Devos, 2021/09/29
- [bug#50905] [PATCH 20/38] gnu: gdk-pixbuf: Use target predicates.,
Maxime Devos <=
- [bug#50905] [PATCH 21/38] gnu: gdk-pixbuf: Make 'bash-minimal' input unconditional., Maxime Devos, 2021/09/29
- [bug#50905] [PATCH 26/38] gnu: at-spi2-core: Remove trailing #t., Maxime Devos, 2021/09/29
- [bug#50905] [PATCH 27/38] gnu: avahi: Make 'bash-minimal' input unconditional., Maxime Devos, 2021/09/29
- [bug#50905] [PATCH 14/38] gnu: cairo: Make 'bash-minimal' input unconditional., Maxime Devos, 2021/09/29
- [bug#50905] [PATCH 15/38] gnu: libthai: Make 'datrie' input unconditional., Maxime Devos, 2021/09/29
- [bug#50905] [PATCH 18/38] gnu: gdk-pixbuf: Unconditionally lookup docbook in native-inputs., Maxime Devos, 2021/09/29
- [bug#50905] [PATCH 25/38] gnu: at-spi2-core: Unconditionally lookup docbook in native-inputs., Maxime Devos, 2021/09/29
- [bug#50905] [PATCH 24/38] gnu: at-spi2-core: Respect #:tests?., Maxime Devos, 2021/09/29
- [bug#50905] [PATCH 22/38] gnu: gdk-pixbuf: Remove trailing #t., Maxime Devos, 2021/09/29
- [bug#50905] [PATCH 31/38] gnu: json-glib: Unconditionally lookup docbook in native-inputs., Maxime Devos, 2021/09/29