gnu: i3blocks: Remove extra build phase.

* gnu/packages/wm.scm (i3blocks)[arguments]: Remove unneeded 'autogen
phase.
master
Efraim Flashner 2019-08-07 19:16:15 +03:00
parent db736ca20c
commit fe7023a744
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 2 deletions

View File

@ -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"))