guix-commits
[Top][All Lists]
Advanced

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]