guix-commits
[Top][All Lists]
Advanced

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

branch master updated: import/cran: Add package mapping for freetype.


From: guix-commits
Subject: branch master updated: import/cran: Add package mapping for freetype.
Date: Wed, 16 Nov 2022 09:47:15 -0500

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4073f43cbc import/cran: Add package mapping for freetype.
4073f43cbc is described below

commit 4073f43cbc2a9e0a5156ff5f950973871bff49e3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Nov 16 15:41:30 2022 +0100

    import/cran: Add package mapping for freetype.
    
    * guix/import/cran.scm (transform-sysname): Map "freetype2" to "freetype".
---
 guix/import/cran.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/import/cran.scm b/guix/import/cran.scm
index 4106b96b40..278743d496 100644
--- a/guix/import/cran.scm
+++ b/guix/import/cran.scm
@@ -409,6 +409,7 @@ empty list when the FIELD cannot be found."
     ("fftw3" "fftw")
     ("tcl/tk" "tcl")
     ("booktabs" "texlive-booktabs")
+    ("freetype2" "freetype")
     (_ sysname)))
 
 (define cran-guix-name (cut guix-name "r-" <>))



reply via email to

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