gnu: tilda: Replace bootstrap phase.
* gnu/packages/terminals.scm (tilda)[arguments]: Remove custom 'bootstrap phase and use it to replace default bootstrap phase.master
parent
d0f3427433
commit
f1c6de3735
|
@ -76,7 +76,7 @@
|
|||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
'(#:phases (modify-phases %standard-phases
|
||||
(add-before 'patch-source-shebangs 'bootstrap
|
||||
(replace 'bootstrap
|
||||
(lambda _
|
||||
(setenv "NOCONFIGURE" "true")
|
||||
(invoke "sh" "autogen.sh"))))))
|
||||
|
|
Reference in New Issue