mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +02:00
gnu: guile-rsvg: Restore custom bootstrap phase.
This fixes a regression introduced in commit189be331ac. * gnu/packages/gtk.scm (guile-rsvg)[arguments]: Restore the custom bootstrap phase that was in place prior to commit189be33, but use invoke.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user