guix-commits
[Top][All Lists]
Advanced

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

01/16: gnu: libwebp: Remove obsolete phase.


From: guix-commits
Subject: 01/16: gnu: libwebp: Remove obsolete phase.
Date: Tue, 8 Oct 2019 15:24:53 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit ad57da29ecef51179eab9b5d9a4b1a995711b1c5
Author: Marius Bakke <address@hidden>
Date:   Tue Oct 8 18:50:21 2019 +0200

    gnu: libwebp: Remove obsolete phase.
    
    * gnu/packages/image.scm (libwebp)[arguments]: Remove <#:phases>.
---
 gnu/packages/image.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 0026e99..51b7616 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1131,11 +1131,7 @@ language bindings to VIGRA.")
     (arguments
      '(#:configure-flags '("--enable-libwebpmux"
                            "--enable-libwebpdemux"
-                           "--enable-libwebpdecoder")
-       #:phases (modify-phases %standard-phases
-                  (add-after 'unpack 'bootstrap
-                    (lambda _
-                      (invoke "autoreconf" "-vif"))))))
+                           "--enable-libwebpdecoder")))
     (home-page "https://developers.google.com/speed/webp/";)
     (synopsis "Lossless and lossy image compression")
     (description



reply via email to

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