gnu: libpng-apng: Remove unnecessary call to libtool.
* gnu/packages/image.scm (libpng-apng)[phases]: Remove it.
This commit is contained in:
parent
114a325e8f
commit
8f98581613
|
@ -130,7 +130,6 @@ library. It supports almost all PNG features and is extensible.")
|
||||||
(substitute* "Makefile.in"
|
(substitute* "Makefile.in"
|
||||||
(("^scripts/symbols.chk") "")
|
(("^scripts/symbols.chk") "")
|
||||||
(("check: scripts/symbols.chk") ""))
|
(("check: scripts/symbols.chk") ""))
|
||||||
(zero? (system* "libtool"))
|
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("apng" ,(origin
|
`(("apng" ,(origin
|
||||||
|
|
Loading…
Reference in New Issue