me
/
guix
Archived
1
0
Fork 0

import/cran: Translate from xml2 to libxml2.

* guix/import/cran.scm (transform-sysname): Add translation from xml2 to
libxml2.
master
Ricardo Wurmus 2023-04-28 13:37:02 +02:00
parent 2f53d9cce9
commit 90f67705f5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 0 deletions

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