guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: * gnu: agg: Replace bootstrap phase.


From: Efraim Flashner
Subject: 02/02: * gnu: agg: Replace bootstrap phase.
Date: Tue, 9 Oct 2018 03:33:33 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 8d18edde755f4bf5b4723fc9ce89e1cd831d2b7b
Author: Efraim Flashner <address@hidden>
Date:   Tue Oct 9 10:32:16 2018 +0300

    * gnu: agg: Replace bootstrap phase.
    
    * gnu/packages/graphics.scm (agg)[arguments]: Remove custom 'autoreconf
    phase and replace default 'bootstrap phase. Use INVOKE.
    [native-inputs]: Remove bash.
---
 gnu/packages/graphics.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 79fd134..c3c1a4a 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -709,17 +709,16 @@ and understanding different BRDFs (and other component 
functions).")
              "--disable-examples")
        #:phases
        (modify-phases %standard-phases
-         (add-after 'unpack 'autoreconf
+         (replace 'bootstrap
            (lambda _
              ;; let's call configure from configure phase and not now
              (substitute* "autogen.sh" (("./configure") "# ./configure"))
-             (zero? (system* "sh" "autogen.sh")))))))
+             (invoke "sh" "autogen.sh"))))))
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("libtool" ,libtool)
        ("autoconf" ,autoconf)
-       ("automake" ,automake)
-       ("bash" ,bash)))
+       ("automake" ,automake)))
     (inputs
      `(("libx11" ,libx11)
        ("freetype" ,freetype)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]