diff options
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* |