gnu: zimg: Remove extra build phase.
authorEfraim Flashner <efraim@flashner.co.il>
Wed, 7 Aug 2019 16:39:10 +0000 (19:39 +0300)
committerEfraim Flashner <efraim@flashner.co.il>
Wed, 7 Aug 2019 17:06:00 +0000 (20:06 +0300)
* gnu/packages/image.scm (zimg)[arguments]: Remove unneeded 'autogen
phase.

gnu/packages/image.scm

index ecc904d..6928246 100644 (file)
@@ -1237,12 +1237,6 @@ ISO/IEC 15444-1).")
      `(("autoconf" ,autoconf)
        ("automake" ,automake)
        ("libtool" ,libtool)))
-    (arguments
-     '(#:phases
-       (modify-phases %standard-phases
-         (add-after 'unpack 'autogen
-           (lambda _
-             (invoke "sh" "autogen.sh"))))))
     (synopsis "Scaling, colorspace conversion, and dithering library")
     (description "Zimg implements the commonly required image processing basics
 of scaling, colorspace conversion, and depth conversion.  A simple API enables