diff options
author | Kei Kebreau <kei@openmailbox.org> | 2017-03-17 11:33:04 -0400 |
---|---|---|
committer | Kei Kebreau <kei@openmailbox.org> | 2017-03-17 11:36:27 -0400 |
commit | 8f9858161310ef19ff5c65c9dcce2bbd9f58d25a (patch) | |
tree | 99a03a19a9f26a3d037781e38db8d763ba23cbf8 | |
parent | 114a325e8f86c820484c9f64fde6bbadca41eed4 (diff) | |
download | patches-8f9858161310ef19ff5c65c9dcce2bbd9f58d25a.tar patches-8f9858161310ef19ff5c65c9dcce2bbd9f58d25a.tar.gz |
gnu: libpng-apng: Remove unnecessary call to libtool.
* gnu/packages/image.scm (libpng-apng)[phases]: Remove it.
-rw-r--r-- | gnu/packages/image.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index f348a61c9b..9b8a3a63da 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -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 |