From 4073f43cbc2a9e0a5156ff5f950973871bff49e3 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 16 Nov 2022 15:41:30 +0100 Subject: 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-" <>)) -- cgit v1.2.3