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

View file

@ -409,6 +409,7 @@ (define (transform-sysname sysname)
("fftw3" "fftw")
("tcl/tk" "tcl")
("booktabs" "texlive-booktabs")
("freetype2" "freetype")
(_ sysname)))
(define cran-guix-name (cut guix-name "r-" <>))