gnu: graphene: Remove custom autogen phase.

* gnu/packages/gtk.scm (graphene)[arguments]: Remove 'autogen phase.
master
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
1 changed files with 1 additions and 6 deletions

View File

@ -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)