import/cran: Add one more package name transformation.
* guix/import/cran.scm (transform-sysname): Add entry for "zlib-devel".
This commit is contained in:
parent
60c70a9009
commit
febe08ee8a
@ -431,6 +431,7 @@ empty list when the FIELD cannot be found."
|
||||
("whoami" "coreutils")
|
||||
("x11" "libx11")
|
||||
("xml2" "libxml2")
|
||||
("zlib-devel" "zlib")
|
||||
(_ sysname)))
|
||||
|
||||
(define cran-guix-name (cut guix-name "r-" <>))
|
||||
|
Loading…
Reference in New Issue
Block a user