From 8dc8bf02c674d804a1c3d67cd54cb1bd69b319bf Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Mon, 21 Jan 2013 22:27:34 +0100 Subject: [PATCH] gnu: libjpeg: Correct name of libjpeg-8 package to allow installation. * gnu/packages/libjpeg (libjpeg-8): Switch name field to "libjpeg". --- gnu/packages/libjpeg.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/gnu/packages/libjpeg.scm b/gnu/packages/libjpeg.scm index e646b1dfa2..6415210097 100644 --- a/gnu/packages/libjpeg.scm +++ b/gnu/packages/libjpeg.scm @@ -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)