mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: i3blocks: Remove extra build phase.
* gnu/packages/wm.scm (i3blocks)[arguments]: Remove unneeded 'autogen phase.
This commit is contained in:
parent
db736ca20c
commit
fe7023a744
1 changed files with 0 additions and 2 deletions
|
@ -290,8 +290,6 @@ (define-public i3blocks
|
|||
(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"))
|
||||
|
|
Loading…
Reference in a new issue