[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/10: gnu: dia: Don't override bootstrap phase.
From: |
guix-commits |
Subject: |
08/10: gnu: dia: Don't override bootstrap phase. |
Date: |
Tue, 17 Dec 2019 03:47:06 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 4b3e91de2dbcd61575d888b97896cb5a64724410
Author: Efraim Flashner <address@hidden>
Date: Tue Dec 17 09:51:45 2019 +0200
gnu: dia: Don't override bootstrap phase.
* gnu/packages/gnome.scm (dia)[arguments]: Remove custom 'run-autogen
phgase. Add phase before 'bootstrap to not run configure.
---
gnu/packages/gnome.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a54c23d..9bc37f7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -358,9 +358,10 @@ either on a local, or remote machine via a number of
methods.")
(arguments
`(#:phases
(modify-phases %standard-phases
- (add-after 'unpack 'run-autogen
+ (add-before 'bootstrap 'dont-configure-during-bootstrap
(lambda _
- (system* "sh" "autogen.sh"))))))
+ (setenv "NOCONFIGURE" "true")
+ #t)))))
(home-page "https://wiki.gnome.org/Apps/Dia")
(synopsis "Diagram creation for GNOME")
(description "Dia can be used to draw different types of diagrams, and
- branch master updated (e5c32a3 -> 5a0beca), guix-commits, 2019/12/17
- 01/10: gnu: pinfo: Use a source file name., guix-commits, 2019/12/17
- 02/10: gnu: brasero: Hard-code name in source uri., guix-commits, 2019/12/17
- 04/10: gnu: brasero: Update home-page., guix-commits, 2019/12/17
- 03/10: gnu: brasero: Fix-up inputs., guix-commits, 2019/12/17
- 05/10: gnu: libidl: Set upstream name., guix-commits, 2019/12/17
- 07/10: gnu: dia: Fix-up inputs., guix-commits, 2019/12/17
- 06/10: gnu: libidl: Hard-code name in source uri., guix-commits, 2019/12/17
- 08/10: gnu: dia: Don't override bootstrap phase.,
guix-commits <=
- 10/10: gnu: shotwell: Clean-up inputs., guix-commits, 2019/12/17
- 09/10: gnu: dia: Fix version number., guix-commits, 2019/12/17