[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: tilda: Replace bootstrap phase.
From: |
Efraim Flashner |
Subject: |
01/01: gnu: tilda: Replace bootstrap phase. |
Date: |
Tue, 5 Jun 2018 15:11:17 -0400 (EDT) |
efraim pushed a commit to branch core-updates
in repository guix.
commit f1c6de3735ed0fe73a89b854750f684b28571fe3
Author: Efraim Flashner <address@hidden>
Date: Tue Jun 5 22:09:55 2018 +0300
gnu: tilda: Replace bootstrap phase.
* gnu/packages/terminals.scm (tilda)[arguments]: Remove custom
'bootstrap phase and use it to replace default bootstrap phase.
---
gnu/packages/terminals.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index f18f88a..1cd00f4 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -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"))))))