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:
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

View file

@ -524,7 +524,7 @@ (define (native name)
(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"))