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.
This commit is contained in:
Efraim Flashner 2019-12-17 09:51:45 +02:00
parent a315afa35b
commit 4b3e91de2d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -358,9 +358,10 @@ (define-public dia
(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