diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-09-26 12:13:54 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-09-26 18:13:29 +0300 |
commit | 408a07775615ab8a13edb0de2ecbf75efdfe4c49 (patch) | |
tree | cf291d7f68b8cdb546b1d00a32030c4c9456297c /gnu/packages/gnome.scm | |
parent | c06fefeab409843f46b744c56780c400679bfa0e (diff) | |
download | guix-408a07775615ab8a13edb0de2ecbf75efdfe4c49.tar guix-408a07775615ab8a13edb0de2ecbf75efdfe4c49.tar.gz |
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
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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* |