mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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 @@ (define-module (guix import cran)
|
|||
#:use-module (guix sets)
|
||||
#:export (%input-style
|
||||
|
||||
%bioconductor-version
|
||||
download
|
||||
fetch-description
|
||||
|
||||
cran->guix-package
|
||||
bioconductor->guix-package
|
||||
cran-recursive-import
|
||||
|
|
Loading…
Reference in a new issue