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
This commit is contained in:
parent
bed9103579
commit
ee93015b54
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue