import/cran: Add package mapping for freetype.

* guix/import/cran.scm (transform-sysname): Map "freetype2" to "freetype".
This commit is contained in:
Ricardo Wurmus 2022-11-16 15:41:30 +01:00
parent 785fd09af0
commit 4073f43cbc
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 0 deletions

View File

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