diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-21 20:24:51 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-24 00:34:00 +0200 |
commit | 2f7ad2a788fa190dbe97038020322ce1c772feec (patch) | |
tree | 28eb2bdef4ca2c36297ff5eefea439372097e9e7 /gnu/packages/gnome.scm | |
parent | 899e1974a6f4a4ff041c035ff3494bd10a8069ac (diff) | |
download | guix-2f7ad2a788fa190dbe97038020322ce1c772feec.tar guix-2f7ad2a788fa190dbe97038020322ce1c772feec.tar.gz |
gnu: workrave: Use Guix's built-in bootstrap phase.
* gnu/packages/gnome.scm (workrave)[arguments]: Remove
'autoconf' phase.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 7 |
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) |