guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/143: import/cran: Add package name mapping.


From: guix-commits
Subject: 06/143: import/cran: Add package name mapping.
Date: Tue, 29 Nov 2022 13:29:05 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 993ef4af7eb97e1339d0e35fa9c6ac9545b38356
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 29 15:06:53 2022 +0100

    import/cran: Add package name mapping.
    
    * guix/import/cran.scm (transform-sysname): Add mapping from sqlite3 to 
sqlite.
---
 guix/import/cran.scm | 1 +
 1 file changed, 1 insertion(+)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]