mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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:
parent
a315afa35b
commit
4b3e91de2d
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue