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:
parent
d57d54d189
commit
df17d50805
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue