mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: awesome: Use INVOKE.
* gnu/packages/wm.scm (awesome)[arguments]: Return #T from check phase.
This commit is contained in:
parent
215ccb997a
commit
b5e70d921b
1 changed files with 1 additions and 1 deletions
|
@ -800,7 +800,7 @@ (define-public awesome
|
|||
(lambda _
|
||||
;; There aren't any tests, so just make sure the binary
|
||||
;; gets built and can be run successfully.
|
||||
(zero? (system* "../build/awesome" "-v"))))
|
||||
(invoke "../build/awesome" "-v")))
|
||||
(add-after 'install 'wrap
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
(let* ((awesome (assoc-ref outputs "out"))
|
||||
|
|
Loading…
Reference in a new issue