From 5aeda79296343bf8ae00e21e2f93f452c18a6a94 Mon Sep 17 00:00:00 2001 From: Yann Dupont Date: Mon, 6 Sep 2021 21:34:41 +0200 Subject: [PATCH] chnages. --- gnu/packages/glicid.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gnu/packages/glicid.scm b/gnu/packages/glicid.scm index 44480fd..598bc38 100644 --- a/gnu/packages/glicid.scm +++ b/gnu/packages/glicid.scm @@ -1546,9 +1546,11 @@ storage protocols (S3, NFS, and others) through the RADOS gateway.") (arguments ;; FIXME: Disable tests on i686 to work around ;; . - `(#:tests? #f -; ,(or (%current-target-system) -; (not (string=? "i686-linux" (%current-system)))) + + `(#:tests? ,(or (%current-target-system) + (not (string=? "x86_64-linux" (%current-system)))) + + #:configure-flags (let ((gcc (string-append (assoc-ref %build-inputs "gcc") "/bin/gcc")) (out (assoc-ref %outputs "out")))