mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: zimg: Remove extra build phase.
* gnu/packages/image.scm (zimg)[arguments]: Remove unneeded 'autogen phase.
This commit is contained in:
parent
384242adf1
commit
3192f25948
1 changed files with 0 additions and 6 deletions
|
@ -1237,12 +1237,6 @@ (define-public zimg
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
("libtool" ,libtool)))
|
("libtool" ,libtool)))
|
||||||
(arguments
|
|
||||||
'(#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'autogen
|
|
||||||
(lambda _
|
|
||||||
(invoke "sh" "autogen.sh"))))))
|
|
||||||
(synopsis "Scaling, colorspace conversion, and dithering library")
|
(synopsis "Scaling, colorspace conversion, and dithering library")
|
||||||
(description "Zimg implements the commonly required image processing basics
|
(description "Zimg implements the commonly required image processing basics
|
||||||
of scaling, colorspace conversion, and depth conversion. A simple API enables
|
of scaling, colorspace conversion, and depth conversion. A simple API enables
|
||||||
|
|
Loading…
Reference in a new issue