gnu: workrave: Use Guix's built-in bootstrap phase.

* gnu/packages/gnome.scm (workrave)[arguments]: Remove
'autoconf' phase.
This commit is contained in:
Tobias Geerinckx-Rice 2018-09-21 20:24:51 +02:00
parent 899e1974a6
commit 2f7ad2a788
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -7244,13 +7244,6 @@ (define-public workrave
(base32
"150qca8c552fakjlzkgarsxgp87l1xcwn19svqsa9d0cygqxjgia"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'autogen
(lambda _
(invoke "sh" "autogen.sh")
#t)))))
(propagated-inputs `(("glib" ,glib)
("gtk+" ,gtk+)
("gdk-pixbuf" ,gdk-pixbuf)