diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-12-19 12:46:43 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-12-19 14:12:59 +0100 |
commit | ee93015b54a2abfe59bc2270c09ea4f7624488e5 (patch) | |
tree | aa6724922c3fe3ee4d9c4bd2b28e164d4565372b /guix/import | |
parent | bed9103579686b1cc991ee4f955c2bc5067299d0 (diff) |
import/cran: Export a few more variables and procedures.
This allows users of this module to provide e.g. caching alternatives to the
download and fetch procedures.
* guix/import/cran.scm (%bioconductor-version, download, fetch-description):
Make these variables public.
Change-Id: I9ce14db9be9b8b3314b06fa9eb50a4e24c5dd718
Diffstat (limited to 'guix/import')
-rw-r--r-- | guix/import/cran.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/guix/import/cran.scm b/guix/import/cran.scm index ca984cb49c..723a770e41 100644 --- a/guix/import/cran.scm +++ b/guix/import/cran.scm @@ -55,6 +55,10 @@ #:use-module (guix sets) #:export (%input-style + %bioconductor-version + download + fetch-description + cran->guix-package bioconductor->guix-package cran-recursive-import |