guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: guile-rsvg: Restore custom bootstrap phase.


From: Mark H. Weaver
Subject: 04/07: gnu: guile-rsvg: Restore custom bootstrap phase.
Date: Tue, 10 Apr 2018 00:50:51 -0400 (EDT)

mhw pushed a commit to branch core-updates
in repository guix.

commit df17d508052d955bc9800a871f403cd3f2b07fce
Author: Mark H Weaver <address@hidden>
Date:   Wed Mar 28 02:17:37 2018 -0400

    gnu: guile-rsvg: Restore custom bootstrap phase.
    
    This fixes a regression introduced in commit
    189be331acfda1c242a9c85fca8d2a0356742f48.
    
    * gnu/packages/gtk.scm (guile-rsvg)[arguments]: Restore the custom bootstrap
    phase that was in place prior to commit 189be33, but use invoke.
---
 gnu/packages/gtk.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 37402ce..b55af15 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -856,6 +856,11 @@ exceptions, macros, and a dynamic programming 
environment.")
                     #t))
                 (file-name (string-append name "-" version ".tar.gz"))))
       (build-system gnu-build-system)
+      (arguments
+       `(#:phases (modify-phases %standard-phases
+                    (replace 'bootstrap
+                      (lambda _
+                        (invoke "autoreconf" "-vfi"))))))
       (native-inputs `(("pkg-config" ,pkg-config)
                        ("autoconf" ,autoconf)
                        ("automake" ,automake)



reply via email to

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