From 3192f259484c7ad167cacefd88a9829019b540b2 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 7 Aug 2019 19:39:10 +0300 Subject: [PATCH] gnu: zimg: Remove extra build phase. * gnu/packages/image.scm (zimg)[arguments]: Remove unneeded 'autogen phase. --- gnu/packages/image.scm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index ecc904db57..6928246509 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -1237,12 +1237,6 @@ (define-public zimg `(("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