Skip to content
Snippets Groups Projects
Unverified Commit 8f985816 authored by Kei Kebreau's avatar Kei Kebreau
Browse files

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

* gnu/packages/image.scm (libpng-apng)[phases]: Remove it.
parent 114a325e
No related branches found
No related tags found
No related merge requests found
...@@ -130,7 +130,6 @@ (define (apply-patch file) ...@@ -130,7 +130,6 @@ (define (apply-patch file)
(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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment