mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-05 00:35:53 +02:00
gnu: awesome: Use INVOKE.
* gnu/packages/wm.scm (awesome)[arguments]: Return #T from check phase.
This commit is contained in:
+1
-1
@@ -800,7 +800,7 @@ experience.")
|
||||
(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"))
|
||||
|
||||
Reference in New Issue
Block a user