~ruther/guix-local

8dc8bf02c674d804a1c3d67cd54cb1bd69b319bf — Andreas Enge 13 years ago 4f1ee0c
gnu: libjpeg: Correct name of libjpeg-8 package to allow installation.

* gnu/packages/libjpeg (libjpeg-8): Switch name field to "libjpeg".
1 files changed, 0 insertions(+), 1 deletions(-)

M gnu/packages/libjpeg.scm
M gnu/packages/libjpeg.scm => gnu/packages/libjpeg.scm +0 -1
@@ 46,7 46,6 @@ image files in PBMPLUS PPM/PGM, GIF, BMP, and Targa file formats.")

(define-public libjpeg-8
  (package (inherit libjpeg)
   (name "libjpeg-8")
   (version "8d")
   (source (origin
            (method url-fetch)