1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-18 00:00:32 +02:00

import/cran: Translate from xml2 to libxml2.

* guix/import/cran.scm (transform-sysname): Add translation from xml2 to
libxml2.
This commit is contained in:
Ricardo Wurmus
2023-04-28 13:37:02 +02:00
parent 2f53d9cce9
commit 90f67705f5

View File

@@ -436,6 +436,7 @@ empty list when the FIELD cannot be found."
("udunits-2" "udunits")
("whoami" "coreutils")
("x11" "libx11")
("xml2" "libxml2")
(_ sysname)))
(define cran-guix-name (cut guix-name "r-" <>))