mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
import/cran: Use CRAN mirrors.
* guix/import/cran.scm (%cran-url): Use mirror URL instead of primary project domain name. Change-Id: I23a51147d785d6cb645f953ca5ce0ff72f8bd367
This commit is contained in:
parent
dc03e6ce50
commit
9cf0f71463
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ (define* (maybe-inputs package-inputs #:optional (input-type 'inputs))
|
|||
((package-inputs ...)
|
||||
`((,input-type (list ,@(format-inputs package-inputs)))))))
|
||||
|
||||
(define %cran-url "https://cran.r-project.org/web/packages/")
|
||||
(define %cran-url "https://cloud.r-project.org/web/packages/")
|
||||
(define %cran-canonical-url "https://cran.r-project.org/package=")
|
||||
(define %bioconductor-url "https://bioconductor.org/packages/")
|
||||
|
||||
|
|
Loading…
Reference in a new issue