gnu: libjpeg: Correct name of libjpeg-8 package to allow installation.
* gnu/packages/libjpeg (libjpeg-8): Switch name field to "libjpeg".
This commit is contained in:
parent
4f1ee0c964
commit
8dc8bf02c6
|
@ -46,7 +46,6 @@ image files in PBMPLUS PPM/PGM, GIF, BMP, and Targa file formats.")
|
||||||
|
|
||||||
(define-public libjpeg-8
|
(define-public libjpeg-8
|
||||||
(package (inherit libjpeg)
|
(package (inherit libjpeg)
|
||||||
(name "libjpeg-8")
|
|
||||||
(version "8d")
|
(version "8d")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
|
Loading…
Reference in New Issue