gnu: tilda: Replace bootstrap phase.

* gnu/packages/terminals.scm (tilda)[arguments]: Remove custom
'bootstrap phase and use it to replace default bootstrap phase.
master
Efraim Flashner 2018-06-05 22:09:55 +03:00
parent d0f3427433
commit f1c6de3735
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -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"))))))