gnu: graphene: Remove custom autogen phase.

* gnu/packages/gtk.scm (graphene)[arguments]: Remove 'autogen phase.
This commit is contained in:
Ricardo Wurmus 2018-08-05 13:25:34 +02:00
parent 3b39ae9f4b
commit 64a1ddba7a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1615,12 +1615,7 @@ (define-public graphene
(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)