guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/15: gnu: zimg: Remove extra build phase.


From: guix-commits
Subject: 13/15: gnu: zimg: Remove extra build phase.
Date: Wed, 7 Aug 2019 13:07:01 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 3192f259484c7ad167cacefd88a9829019b540b2
Author: Efraim Flashner <address@hidden>
Date:   Wed Aug 7 19:39:10 2019 +0300

    gnu: zimg: Remove extra build phase.
    
    * gnu/packages/image.scm (zimg)[arguments]: Remove unneeded 'autogen
    phase.
---
 gnu/packages/image.scm | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index ecc904d..6928246 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]