guix-commits
[Top][All Lists]
Advanced

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

06/174: import/cran: Add one more package name transformation.


From: guix-commits
Subject: 06/174: import/cran: Add one more package name transformation.
Date: Tue, 11 Jul 2023 14:47:57 -0400 (EDT)

rekado pushed a commit to branch r-updates
in repository guix.

commit 572f1dbfb0add7263a2c5c969273aca8d0608123
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jul 10 22:59:38 2023 +0200

    import/cran: Add one more package name transformation.
    
    * guix/import/cran.scm (transform-sysname): Add entry for "zlib-devel".
---
 guix/import/cran.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/import/cran.scm b/guix/import/cran.scm
index 18a1396cf5..59c65f9fa5 100644
--- a/guix/import/cran.scm
+++ b/guix/import/cran.scm
@@ -431,6 +431,7 @@ empty list when the FIELD cannot be found."
     ("whoami" "coreutils")
     ("x11" "libx11")
     ("xml2" "libxml2")
+    ("zlib-devel" "zlib")
     (_ sysname)))
 
 (define cran-guix-name (cut guix-name "r-" <>))



reply via email to

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