me
/
guix
Archived
1
0
Fork 0

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.
master
Ricardo Wurmus 2023-06-02 12:49:25 +02:00
parent 67183e25ad
commit cbbb619ddb
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -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"))