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

* gnu/packages/image.scm (libpng-apng)[phases]: Remove it.
master
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
1 changed files with 0 additions and 1 deletions

View File

@ -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