diff options
author | Andreas Enge <andreas@enge.fr> | 2013-01-21 22:27:34 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-01-23 21:28:44 +0100 |
commit | 8dc8bf02c674d804a1c3d67cd54cb1bd69b319bf (patch) | |
tree | 8fe1fa8ce5ef0839245383b093066a44e349fe7b /gnu/packages | |
parent | 4f1ee0c964ca6d071d3451e57777c441903441e8 (diff) | |
download | patches-8dc8bf02c674d804a1c3d67cd54cb1bd69b319bf.tar patches-8dc8bf02c674d804a1c3d67cd54cb1bd69b319bf.tar.gz |
gnu: libjpeg: Correct name of libjpeg-8 package to allow installation.
* gnu/packages/libjpeg (libjpeg-8): Switch name field to "libjpeg".
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/libjpeg.scm | 1 |
1 files changed, 0 insertions, 1 deletions
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) |