gnu: tilda: Replace bootstrap phase.

* gnu/packages/terminals.scm (tilda)[arguments]: Remove custom
'bootstrap phase and use it to replace default bootstrap phase.
This commit is contained in:
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

View file

@ -76,7 +76,7 @@ (define-public tilda
(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"))))))