diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-11-16 15:41:30 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-11-16 15:43:04 +0100 |
commit | 4073f43cbc2a9e0a5156ff5f950973871bff49e3 (patch) | |
tree | 168a1c2ebedd4af452d6fcc84cce94fd5930249f | |
parent | 785fd09af0e161906e984944ddae363c384b66dd (diff) | |
download | guix-4073f43cbc2a9e0a5156ff5f950973871bff49e3.tar.gz |
import/cran: Add package mapping for freetype.
* guix/import/cran.scm (transform-sysname): Map "freetype2" to "freetype".
-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 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-" <>)) |