import/cran: Add more mappings from sysnames to Guix package names.

* guix/import/cran.scm (transform-sysname): Add more mappings.
This commit is contained in:
Ricardo Wurmus 2022-12-19 17:03:04 +01:00
parent 2f346d33ca
commit 5a1a5677cd
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

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