me
/
guix
Archived
1
0
Fork 0

import/cran: Add package name mapping.

* guix/import/cran.scm (transform-sysname): Add mapping from sqlite3 to sqlite.
Ricardo Wurmus 2022-11-29 15:06:53 +01:00
parent 498229bcb9
commit 993ef4af7e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 0 deletions

View File

@ -410,6 +410,7 @@ empty list when the FIELD cannot be found."
("tcl/tk" "tcl") ("tcl/tk" "tcl")
("booktabs" "texlive-booktabs") ("booktabs" "texlive-booktabs")
("freetype2" "freetype") ("freetype2" "freetype")
("sqlite3" "sqlite")
(_ sysname))) (_ sysname)))
(define cran-guix-name (cut guix-name "r-" <>)) (define cran-guix-name (cut guix-name "r-" <>))