guix-commits
[Top][All Lists]
Advanced

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

03/15: gnu: i3blocks: Remove extra build phase.


From: guix-commits
Subject: 03/15: gnu: i3blocks: Remove extra build phase.
Date: Wed, 7 Aug 2019 13:06:59 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit fe7023a744b9c6753a250475ed1c908e25413f2a
Author: Efraim Flashner <address@hidden>
Date:   Wed Aug 7 19:16:15 2019 +0300

    gnu: i3blocks: Remove extra build phase.
    
    * gnu/packages/wm.scm (i3blocks)[arguments]: Remove unneeded 'autogen
    phase.
---
 gnu/packages/wm.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index c56cf40..160c267 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -290,8 +290,6 @@ Despite the name it should work with any X11 window 
manager.")
       (arguments
        `(#:make-flags (list "CC=gcc" (string-append "PREFIX=" %output))
          #:phases (modify-phases %standard-phases
-                    (add-after 'unpack 'autogen
-                      (lambda _ (invoke "sh" "autogen.sh")))
                     (add-after 'install 'install-doc
                       (lambda* (#:key outputs #:allow-other-keys)
                         (let* ((out (assoc-ref outputs "out"))



reply via email to

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