[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/26: import/cran: Libraries should not use CRAN-GUIX-NAME.
From: |
guix-commits |
Subject: |
02/26: import/cran: Libraries should not use CRAN-GUIX-NAME. |
Date: |
Fri, 2 Jun 2023 07:05:47 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit cbbb619ddb350fb4b5b0ad59836e3c94e016099b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jun 2 12:49:25 2023 +0200
import/cran: Libraries should not use CRAN-GUIX-NAME.
* guix/import/cran.scm (source-dir->dependencies): Do not use CRAN-GUIX-NAME
when processing result of NEEDED-LIBRARIES-IN-DIRECTORY.
---
guix/import/cran.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/import/cran.scm b/guix/import/cran.scm
index bec2010cc5..e8bfa1b916 100644
--- a/guix/import/cran.scm
+++ b/guix/import/cran.scm
@@ -524,7 +524,7 @@ in DIR."
(append (map (lambda (name)
(upstream-input
(name name)
- (downstream-name (cran-guix-name name))))
+ (downstream-name name)))
(needed-libraries-in-directory dir))
(if (directory-needs-esbuild? dir)
(list (native "esbuild"))
- 03/26: gnu: r-biocparallel: Sort inputs., (continued)
- 03/26: gnu: r-biocparallel: Sort inputs., guix-commits, 2023/06/02
- 07/26: gnu: r-alpine: Update to 1.26.0., guix-commits, 2023/06/02
- 15/26: gnu: r-limma: Update to 3.56.1., guix-commits, 2023/06/02
- 11/26: gnu: r-densvis: Update to 1.10.2., guix-commits, 2023/06/02
- 25/26: gnu: r-biocthis: Update to 1.10.1., guix-commits, 2023/06/02
- 09/26: gnu: r-dearseq: Update to 1.12.1., guix-commits, 2023/06/02
- 12/26: gnu: r-biocparallel: Update to 1.34.2., guix-commits, 2023/06/02
- 19/26: gnu: r-treeio: Update to 1.24.1., guix-commits, 2023/06/02
- 26/26: gnu: r-tcgabiolinks: Update to 2.28.2., guix-commits, 2023/06/02
- 04/26: gnu: r-biocviews: Sort inputs., guix-commits, 2023/06/02
- 02/26: import/cran: Libraries should not use CRAN-GUIX-NAME.,
guix-commits <=
- 08/26: gnu: r-bambu: Update to 3.2.3., guix-commits, 2023/06/02
- 06/26: gnu: r-anvil: Update to 1.12.3., guix-commits, 2023/06/02
- 17/26: gnu: r-zellkonverter: Update to 1.10.1., guix-commits, 2023/06/02
- 20/26: gnu: r-rsubread: Update to 2.14.2., guix-commits, 2023/06/02
- 13/26: gnu: r-biostrings: Update to 2.68.1., guix-commits, 2023/06/02
- 21/26: gnu: r-biocviews: Update to 1.68.1., guix-commits, 2023/06/02
- 24/26: gnu: r-basilisk-utils: Update to 1.12.1., guix-commits, 2023/06/02
- 14/26: gnu: r-edger: Update to 3.42.4., guix-commits, 2023/06/02
- 10/26: gnu: r-delayedarray: Update to 0.26.3., guix-commits, 2023/06/02
- 16/26: gnu: r-scmap: Update to 1.22.3., guix-commits, 2023/06/02