guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]