mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
import/cran: Add package mapping for freetype.
* guix/import/cran.scm (transform-sysname): Map "freetype2" to "freetype".
This commit is contained in:
parent
785fd09af0
commit
4073f43cbc
1 changed files with 1 additions and 0 deletions
|
@ -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-" <>))
|
||||
|
|
Loading…
Reference in a new issue