diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm index a6ed39e9dc..1fbf38f125 100644 --- a/gnu/packages/gps.scm +++ b/gnu/packages/gps.scm @@ -58,7 +58,7 @@ (define-public gpsbabel ;; On i686, 'raymarine.test' fails because of a rounding error: ;; . As a workaround, disable tests ;; on these platforms. - #:tests? (not (string-prefix? "i686" (%current-system))))) + #:tests? ,(not (string-prefix? "i686" (%current-system))))) (inputs `(("expat" ,expat) ("zlib" ,zlib)