import/cran: Add name mapping for libjpeg.
* guix/import/cran.scm (transform-sysname): Add mapping from libjpeg to libjpeg-turbo.master
parent
6ce68a7a83
commit
c0507e9f1e
|
@ -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")
|
||||
|
|
Reference in New Issue