From 408a07775615ab8a13edb0de2ecbf75efdfe4c49 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Thu, 26 Sep 2024 12:13:54 +0300 Subject: [PATCH] gnu: tracker: Skip datetime test on all 32-bit systems. * gnu/packages/gnome.scm (tracker)[arguments]: In the custom 'disable-failing-tests phase skip the tests known to fail on 32-bit systems on all non-64-bit systems. Change-Id: I23b422aeceb3f7ef83c8a0e74ec7ed6f13d98c66 --- gnu/packages/gnome.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 7339000436..4709703beb 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9695,7 +9695,7 @@ easy, safe, and automatic.") (search-input-file inputs "bin/bash"))))) (add-after 'unpack 'disable-failing-tests (lambda _ - #$@(if (target-x86-32?) + #$@(if (not (target-64bit?)) ;; On 32-bit systems, the far away dates are incorrect, ;; and the floats are not parsed exactly. '((substitute*