import/cran: Add package mapping for freetype.
* guix/import/cran.scm (transform-sysname): Map "freetype2" to "freetype".
parent
785fd09af0
commit
4073f43cbc
|
@ -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-" <>))
|
||||
|
|
Reference in New Issue