diff options
author | Pjotr Prins | 2025-08-11 03:39:46 -0500 |
---|---|---|
committer | Pjotr Prins | 2025-08-11 03:39:46 -0500 |
commit | 56a9d9ec46c79bfb41d89c25c79dae42545598cd (patch) | |
tree | 5a324aab157288ed1185f65a2cb6f37480d00d65 /gn/packages/cran.scm | |
parent | 216106a429d635ef5acd6272eefd1748232b58df (diff) | |
download | guix-bioinformatics-56a9d9ec46c79bfb41d89c25c79dae42545598cd.tar.gz |
Make repo compile against a recent guix
Diffstat (limited to 'gn/packages/cran.scm')
-rw-r--r-- | gn/packages/cran.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/cran.scm b/gn/packages/cran.scm index 6a2a4ea..f93aa77 100644 --- a/gn/packages/cran.scm +++ b/gn/packages/cran.scm @@ -4,6 +4,7 @@ #:use-module (guix download) #:use-module (guix build-system r) #:use-module (gnu packages) + #:use-module (gnu packages cran) #:use-module (gnu packages statistics)) (define-public r-tictoc |