mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue