~ruther/guix-local

49aeaedfa72ce808e3977fff814791def3b7f6dc — Ludovic Courtès 11 years ago e0ea3f8
gnu: gpsbabel: Correctly unquote the value for #:tests?.

* gnu/packages/gps.scm (gpsbabel)[arguments]: Add missing unquote.
  Fixes typo introduced in 8235039.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/gps.scm
M gnu/packages/gps.scm => gnu/packages/gps.scm +1 -1
@@ 58,7 58,7 @@
       ;; On i686, 'raymarine.test' fails because of a rounding error:
       ;; <http://hydra.gnu.org/build/133040>.  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)