gnu: zimg: Remove extra build phase.

* gnu/packages/image.scm (zimg)[arguments]: Remove unneeded 'autogen
phase.
master
Efraim Flashner 2019-08-07 19:39:10 +03:00
parent 384242adf1
commit 3192f25948
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 6 deletions

View File

@ -1237,12 +1237,6 @@ ISO/IEC 15444-1).")
`(("autoconf" ,autoconf)
("automake" ,automake)
("libtool" ,libtool)))
(arguments
'(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'autogen
(lambda _
(invoke "sh" "autogen.sh"))))))
(synopsis "Scaling, colorspace conversion, and dithering library")
(description "Zimg implements the commonly required image processing basics
of scaling, colorspace conversion, and depth conversion. A simple API enables