From 4b3e91de2dbcd61575d888b97896cb5a64724410 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 17 Dec 2019 09:51:45 +0200 Subject: 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(-) (limited to 'gnu') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index a54c23d1be..9bc37f7a81 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 -- cgit v1.2.3