3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: libwebp: Remove obsolete phase.

* gnu/packages/image.scm (libwebp)[arguments]: Remove <#:phases>.
This commit is contained in:
Marius Bakke 2019-10-08 18:50:21 +02:00
parent d1f3b333e6
commit ad57da29ec
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1131,11 +1131,7 @@ language bindings to VIGRA.")
(arguments
'(#:configure-flags '("--enable-libwebpmux"
"--enable-libwebpdemux"
"--enable-libwebpdecoder")
#:phases (modify-phases %standard-phases
(add-after 'unpack 'bootstrap
(lambda _
(invoke "autoreconf" "-vif"))))))
"--enable-libwebpdecoder")))
(home-page "https://developers.google.com/speed/webp/")
(synopsis "Lossless and lossy image compression")
(description