gnu: guile-rsvg: Restore custom bootstrap phase.

This fixes a regression introduced in commit
189be331ac.

* gnu/packages/gtk.scm (guile-rsvg)[arguments]: Restore the custom bootstrap
phase that was in place prior to commit 189be33, but use invoke.
master
Mark H Weaver 2018-03-28 02:17:37 -04:00
parent d57d54d189
commit df17d50805
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 5 additions and 0 deletions

View 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)