diff options
Diffstat (limited to 'tests/cran.scm')
-rw-r--r-- | tests/cran.scm | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/tests/cran.scm b/tests/cran.scm index 70d2277198..5c820b1ab3 100644 --- a/tests/cran.scm +++ b/tests/cran.scm @@ -36,7 +36,7 @@ Author: Ricardo Wurmus Maintainer: Guix Schmeeks <[email protected]> URL: http://gnu.org/s/my-example Description: This is a long description -spanning multiple lines: and it could confuse the parser that +spanning multiple lines: and it could confuse the parser that this line is very long or perhaps the fact that there is a colon : on the lines. And: this line continues the description. biocViews: 0 @@ -117,21 +117,16 @@ Date/Publication: 2015-07-14 14:15:16 (? string? hash))))) ('properties ('quasiquote (('upstream-name . "My-Example")))) ('build-system 'r-build-system) - ('inputs - ('quasiquote - (("cairo" ('unquote 'cairo))))) + ('inputs ('list 'cairo)) ('propagated-inputs - ('quasiquote - (("r-bh" ('unquote 'r-bh)) - ("r-proto" ('unquote 'r-proto)) - ("r-rcpp" ('unquote 'r-rcpp)) - ("r-scales" ('unquote 'r-scales))))) + ('list 'r-bh 'r-proto 'r-rcpp 'r-scales)) ('home-page "http://gnu.org/s/my-example") ('synopsis "Example package") ('description - "This is a long description spanning multiple lines: \ -and it could confuse the parser that there is a colon : on the \ -lines. And: this line continues the description.") + "\ +This is a long description spanning multiple lines: and it could confuse the +parser that this line is very long or perhaps the fact that there is a colon : +on the lines. And: this line continues the description.") ('license 'gpl3+)) #t) (x |