guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Tobias Geerinckx-Rice
Subject: 05/12: gnu: workrave: Use Guix's built-in bootstrap phase.
Date: Sun, 23 Sep 2018 18:34:19 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 2f7ad2a788fa190dbe97038020322ce1c772feec
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Sep 21 20:24:51 2018 +0200

    gnu: workrave: Use Guix's built-in bootstrap phase.
    
    * gnu/packages/gnome.scm (workrave)[arguments]: Remove
    'autoconf' phase.
---
 gnu/packages/gnome.scm | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9f5ede8..ac898fb 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]