aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer/record.scm
diff options
context:
space:
mode:
authorJakub Kądziołka <kuba@kadziolka.net>2021-02-13 16:41:37 +0100
committerJakub Kądziołka <kuba@kadziolka.net>2021-02-13 16:57:50 +0100
commit2a498e9504dfa58bdc08d88f1975c8f571d4db37 (patch)
treeb1a14eec32bad8b203709861d062b7ea33138df1 /gnu/installer/record.scm
parent822cd628e67f29ad1ec51a64a349b41b3a596c99 (diff)
downloadguix-2a498e9504dfa58bdc08d88f1975c8f571d4db37.tar.gz
guix-2a498e9504dfa58bdc08d88f1975c8f571d4db37.zip
gnu: Add Rust 1.50.
* gnu/packages/rust.scm (rust-1.50): New variable.
Diffstat (limited to 'gnu/installer/record.scm')
0 files changed, 0 insertions, 0 deletions
3.tar.gz" "source") (_ (error "Unexpected URL: " url)))))))) (match (description->package 'cran description-alist) (('package ('name "r-my-example") ('version "1.2.3") ('source ('origin ('method 'url-fetch) ('uri ('cran-uri "My-Example" 'version)) ('sha256 ('base32 (? string? hash))))) ('properties ('quasiquote (('upstream-name . "My-Example")))) ('build-system 'r-build-system) ('inputs ('list 'cairo)) ('propagated-inputs ('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 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 (begin (format #t "~s\n" x) (pk 'fail x #f)))))) (test-end "cran")