import/cran: Add package name mapping.
* guix/import/cran.scm (transform-sysname): Add mapping from sqlite3 to sqlite.
parent
498229bcb9
commit
993ef4af7e
|
@ -410,6 +410,7 @@ empty list when the FIELD cannot be found."
|
|||
("tcl/tk" "tcl")
|
||||
("booktabs" "texlive-booktabs")
|
||||
("freetype2" "freetype")
|
||||
("sqlite3" "sqlite")
|
||||
(_ sysname)))
|
||||
|
||||
(define cran-guix-name (cut guix-name "r-" <>))
|
||||
|
|
Reference in New Issue