aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-09-21 20:24:51 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-09-24 00:34:00 +0200
commit2f7ad2a788fa190dbe97038020322ce1c772feec (patch)
tree28eb2bdef4ca2c36297ff5eefea439372097e9e7
parent899e1974a6f4a4ff041c035ff3494bd10a8069ac (diff)
downloadguix-2f7ad2a788fa190dbe97038020322ce1c772feec.tar
guix-2f7ad2a788fa190dbe97038020322ce1c772feec.tar.gz
gnu: workrave: Use Guix's built-in bootstrap phase.
* gnu/packages/gnome.scm (workrave)[arguments]: Remove 'autoconf' phase.
-rw-r--r--gnu/packages/gnome.scm7
1 files changed, 0 insertions, 7 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9f5ede8b07..ac898fb294 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7244,13 +7244,6 @@ mp3, Ogg Vorbis and FLAC")
(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)