diff options
author | Ben Woodcroft <donttrustben@gmail.com> | 2016-01-17 09:12:14 +1000 |
---|---|---|
committer | Ben Woodcroft <donttrustben@gmail.com> | 2016-01-20 21:52:52 +1000 |
commit | e88d5fa9ebab07d0b23cb3fc0f3f38bd41047e94 (patch) | |
tree | 9154688d7bb02eff88e51d25d2349e7c8117fe17 /tests/gem.scm | |
parent | d0bd632f89e242a2a217d7e85194589f088f75ea (diff) | |
download | guix-e88d5fa9ebab07d0b23cb3fc0f3f38bd41047e94.tar guix-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/gem.scm')
-rw-r--r-- | tests/gem.scm | 2 |
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) |