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:
Andreas Enge 2013-01-21 22:27:34 +01:00
parent 4f1ee0c964
commit 8dc8bf02c6
1 changed files with 0 additions and 1 deletions

View File

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