From 49aeaedfa72ce808e3977fff814791def3b7f6dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Fri, 31 Oct 2014 00:10:44 +0100 Subject: gnu: gpsbabel: Correctly unquote the value for #:tests?. * gnu/packages/gps.scm (gpsbabel)[arguments]: Add missing unquote. Fixes typo introduced in 8235039. --- gnu/packages/gps.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/gps.scm') 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 @@ ;; 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) -- cgit v1.2.3