guix-commits
[Top][All Lists]
Advanced

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

06/80: import/cran: Add more mappings from sysnames to Guix package name


From: guix-commits
Subject: 06/80: import/cran: Add more mappings from sysnames to Guix package names.
Date: Mon, 19 Dec 2022 12:31:52 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 5a1a5677cd6123a5b1771bd8933a6af33870567b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Dec 19 17:03:04 2022 +0100

    import/cran: Add more mappings from sysnames to Guix package names.
    
    * guix/import/cran.scm (transform-sysname): Add more mappings.
---
 guix/import/cran.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/guix/import/cran.scm b/guix/import/cran.scm
index a02e746417..48fbc1dccb 100644
--- a/guix/import/cran.scm
+++ b/guix/import/cran.scm
@@ -410,7 +410,11 @@ empty list when the FIELD cannot be found."
     ("tcl/tk" "tcl")
     ("booktabs" "texlive-booktabs")
     ("freetype2" "freetype")
+    ("mariadb-devel" "mariadb")
+    ("mysql56_dev" "mariadb")
     ("sqlite3" "sqlite")
+    ("udunits-2" "udunits")
+    ("x11" "libx11")
     (_ sysname)))
 
 (define cran-guix-name (cut guix-name "r-" <>))



reply via email to

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