1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

import/cran: Add one more package name transformation.

* guix/import/cran.scm (transform-sysname): Add entry for "zlib-devel".
This commit is contained in:
Ricardo Wurmus
2023-07-10 22:59:38 +02:00
parent 60c70a9009
commit febe08ee8a

View File

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