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.
This commit is contained in:
parent
67183e25ad
commit
cbbb619ddb
@ -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"))
|
||||
|
Loading…
Reference in New Issue
Block a user