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

* gnu/packages/image.scm (libpng-apng)[phases]: Remove it.
This commit is contained in:
Kei Kebreau 2017-03-17 11:33:04 -04:00
parent 114a325e8f
commit 8f98581613
No known key found for this signature in database
GPG key ID: E6A5EE3C19467A0D

View file

@ -130,7 +130,6 @@ (define (apply-patch file)
(substitute* "Makefile.in"
(("^scripts/symbols.chk") "")
(("check: scripts/symbols.chk") ""))
(zero? (system* "libtool"))
#t)))))
(inputs
`(("apng" ,(origin