gnu: guile-rsvg: Restore custom bootstrap phase.
authorMark H Weaver <mhw@netris.org>
Wed, 28 Mar 2018 06:17:37 +0000 (02:17 -0400)
committerMark H Weaver <mhw@netris.org>
Tue, 10 Apr 2018 04:45:07 +0000 (00:45 -0400)
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

index 37402ce..b55af15 100644 (file)
@@ -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)