gnu: graphene: Remove custom autogen phase.
* gnu/packages/gtk.scm (graphene)[arguments]: Remove 'autogen phase.
This commit is contained in:
parent
3b39ae9f4b
commit
64a1ddba7a
|
@ -1615,12 +1615,7 @@ Parcellite and adds bugfixes and features.")
|
|||
(base32 "1zd2daj7y590wnzn4jw0niyc4fnzgxrcl9i7nwhy8b25ks2hz5wq"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("--enable-introspection=yes")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'configure 'autogen
|
||||
(lambda _
|
||||
(zero? (system* "./autogen.sh")))))))
|
||||
`(#:configure-flags '("--enable-introspection=yes")))
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
("which" ,which)
|
||||
|
|
Loading…
Reference in New Issue