guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/27: gnu: awesome: Use INVOKE.


From: guix-commits
Subject: 07/27: gnu: awesome: Use INVOKE.
Date: Fri, 25 Jan 2019 07:21:31 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit b5e70d921b19ccae826f81e7a016ff43f70a4cae
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Jan 25 10:43:37 2019 +0100

    gnu: awesome: Use INVOKE.
    
    * gnu/packages/wm.scm (awesome)[arguments]: Return #T from check phase.
---
 gnu/packages/wm.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index a761bce..7bf6347 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]