guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: import/cran: Use downstream name when using speci


From: guix-commits
Subject: branch master updated: import/cran: Use downstream name when using specifications.
Date: Tue, 20 Feb 2024 04:34:30 -0500

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7a01cc001d import/cran: Use downstream name when using specifications.
7a01cc001d is described below

commit 7a01cc001df424a2e6190dad9a043b06188bb512
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Feb 20 10:32:24 2024 +0100

    import/cran: Use downstream name when using specifications.
    
    Reported by Alexander Blume at
    <https://github.com/BIMSBbioinfo/guix.install/issues/4>.
    
    * guix/import/cran.scm (format-inputs): Use UPSTREAM-INPUT-DOWNSTREAM-NAME
    when %INPUT-STYLE is set to 'SPECIFICATION.
    
    Change-Id: I2f0963af197896aafd613b253d8712e41a716e52
---
 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 db9250faec..9b30dc30e0 100644
--- a/guix/import/cran.scm
+++ b/guix/import/cran.scm
@@ -90,7 +90,7 @@
   (map (lambda (input)
          (case (%input-style)
            ((specification)
-            `(specification->package ,(upstream-input-name input)))
+            `(specification->package ,(upstream-input-downstream-name input)))
            (else
             ((compose string->symbol
                        upstream-input-downstream-name)



reply via email to

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