diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-11-29 15:06:53 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-11-29 15:27:20 +0100 |
commit | 993ef4af7eb97e1339d0e35fa9c6ac9545b38356 (patch) | |
tree | 7da89a551b9f3472a65f34eac7f9ef3b03027808 | |
parent | 498229bcb9646fcc2c85dde57a7299595a7af099 (diff) |
import/cran: Add package name mapping.
* guix/import/cran.scm (transform-sysname): Add mapping from sqlite3 to sqlite.
-rw-r--r-- | guix/import/cran.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/import/cran.scm b/guix/import/cran.scm index 286a4c21b9..a02e746417 100644 --- a/guix/import/cran.scm +++ b/guix/import/cran.scm @@ -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-" <>)) |