diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-08-07 19:16:15 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-08-07 20:05:57 +0300 |
commit | fe7023a744b9c6753a250475ed1c908e25413f2a (patch) | |
tree | 637e206a269b02be743456a666ab8798f483a8fd /gnu/packages/wm.scm | |
parent | db736ca20c8b1751a2c90cc6731ced6abb58b984 (diff) |
gnu: i3blocks: Remove extra build phase.
* gnu/packages/wm.scm (i3blocks)[arguments]: Remove unneeded 'autogen
phase.
Diffstat (limited to 'gnu/packages/wm.scm')
-rw-r--r-- | gnu/packages/wm.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index c56cf406ee..160c267882 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")) |