me
/
guix
Archived
1
0
Fork 0

import/cran: Add name mapping for libjpeg.

* guix/import/cran.scm (transform-sysname): Add mapping from libjpeg to
libjpeg-turbo.
master
Ricardo Wurmus 2023-02-17 22:21:34 +01:00
parent 6ce68a7a83
commit c0507e9f1e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 0 deletions

View File

@ -422,6 +422,7 @@ empty list when the FIELD cannot be found."
("libarchive_dev" "libarchive")
("libbz2" "bzip2")
("libexpat" "expat")
("libjpeg" "libjpeg-turbo")
("liblz4" "lz4")
("liblzma" "xz")
("libzstd" "zstd")