summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorBen Woodcroft <donttrustben@gmail.com>2016-01-17 09:12:14 +1000
committerBen Woodcroft <donttrustben@gmail.com>2016-01-20 21:52:52 +1000
commite88d5fa9ebab07d0b23cb3fc0f3f38bd41047e94 (patch)
tree9154688d7bb02eff88e51d25d2349e7c8117fe17 /tests
parentd0bd632f89e242a2a217d7e85194589f088f75ea (diff)
downloadguix-e88d5fa9ebab07d0b23cb3fc0f3f38bd41047e94.tar.gz
import: gem: Beautify only the description, not the synopsis.
* guix/import/gem.scm (make-gem-sexp): Add synopsis argument.
(gem->guix-package): Pass unbeautified synopsis to make-gem-sexp.
* tests/gem.scm: Adapt it.
Diffstat (limited to 'tests')
-rw-r--r--tests/gem.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem.scm b/tests/gem.scm
index 9efbda31fe..ebce809840 100644
--- a/tests/gem.scm
+++ b/tests/gem.scm
@@ -69,7 +69,7 @@
            (("bundler" ('unquote 'bundler))
             ("ruby-bar" ('unquote 'ruby-bar)))))
          ('synopsis "A cool gem")
-         ('description "A cool gem")
+         ('description "This package provides a cool gem")
          ('home-page "https://example.com")
          ('license ('list 'expat 'asl2.0)))
        #t)