guix-commits
[Top][All Lists]
Advanced

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

18/22: gnu: libharu: Remove custom bootstrap phase.


From: Ricardo Wurmus
Subject: 18/22: gnu: libharu: Remove custom bootstrap phase.
Date: Sun, 11 Nov 2018 07:11:55 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 6f3dd09f8d5e2bd16bd26891d71829f4dd19f772
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Nov 11 13:00:53 2018 +0100

    gnu: libharu: Remove custom bootstrap phase.
    
    * gnu/packages/pdf.scm (libharu)[arguments]: Remove autogen phase.
---
 gnu/packages/pdf.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 1ecd492..dc966b6 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -239,11 +239,7 @@ Poppler PDF rendering library.")
       (list (string-append "--with-zlib="
                            (assoc-ref %build-inputs "zlib"))
             (string-append "--with-png="
-                           (assoc-ref %build-inputs "libpng")))
-      #:phases
-      (modify-phases %standard-phases
-        (add-after 'unpack 'autogen
-          (lambda _ (invoke "autoreconf" "-vif"))))))
+                           (assoc-ref %build-inputs "libpng")))))
    (inputs
     `(("zlib" ,zlib)
       ("libpng" ,libpng)))



reply via email to

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