gnu: xorg: Disable not compiling xf86-video-geode.
[jackhill/guix/guix.git] / gnu / packages / libjpeg.scm
index 22d5a6b..6415210 100644 (file)
@@ -17,7 +17,7 @@
 ;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.
 
 (define-module (gnu packages libjpeg)
-  #:use-module (distro)
+  #:use-module (gnu packages)
   #:use-module (guix licenses)
   #:use-module (guix packages)
   #:use-module (guix download)
@@ -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)