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
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue