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:
parent
2f346d33ca
commit
5a1a5677cd
@ -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-" <>))
|
||||
|
Loading…
x
Reference in New Issue
Block a user