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

View file

@ -46,7 +46,6 @@ (define-public libjpeg
(define-public libjpeg-8
(package (inherit libjpeg)
(name "libjpeg-8")
(version "8d")
(source (origin
(method url-fetch)