From ee93015b54a2abfe59bc2270c09ea4f7624488e5 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 19 Dec 2023 12:46:43 +0100 Subject: 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 --- guix/import/cran.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'guix/import') 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 -- cgit v1.2.3