rekado pushed a commit to branch master
in repository guix.
commit 5a1a5677cd6123a5b1771bd8933a6af33870567b
Author: Ricardo Wurmus <[email protected]>
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-" <>))