~ruther/guix-local

8f9858161310ef19ff5c65c9dcce2bbd9f58d25a — Kei Kebreau 9 years ago 114a325
gnu: libpng-apng: Remove unnecessary call to libtool.

* gnu/packages/image.scm (libpng-apng)[phases]: Remove it.
1 files changed, 0 insertions(+), 1 deletions(-)

M gnu/packages/image.scm
M gnu/packages/image.scm => gnu/packages/image.scm +0 -1
@@ 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