guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libpng-apng: Remove unnecessary call to libtool.


From: Kei Kebreau
Subject: 01/01: gnu: libpng-apng: Remove unnecessary call to libtool.
Date: Fri, 17 Mar 2017 11:37:23 -0400 (EDT)

kkebreau pushed a commit to branch master
in repository guix.

commit 8f9858161310ef19ff5c65c9dcce2bbd9f58d25a
Author: Kei Kebreau <address@hidden>
Date:   Fri Mar 17 11:33:04 2017 -0400

    gnu: libpng-apng: Remove unnecessary call to libtool.
    
    * gnu/packages/image.scm (libpng-apng)[phases]: Remove it.
---
 gnu/packages/image.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index f348a61..9b8a3a6 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -130,7 +130,6 @@ library.  It supports almost all PNG features and is 
extensible.")
              (substitute* "Makefile.in"
                (("^scripts/symbols.chk") "")
                (("check: scripts/symbols.chk") ""))
-             (zero? (system* "libtool"))
              #t)))))
     (inputs
      `(("apng" ,(origin



reply via email to

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