guix-commits
[Top][All Lists]
Advanced

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

15/17: gnu: dwm: Return #t from all phases.


From: Tobias Geerinckx-Rice
Subject: 15/17: gnu: dwm: Return #t from all phases.
Date: Thu, 21 Jun 2018 18:20:34 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1e501ffeaa2aa868b2f7d2ebea41501d843d5025
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Jun 21 19:45:42 2018 +0200

    gnu: dwm: Return #t from all phases.
    
    * gnu/packages/video.scm (dwm)[arguments]: Substitute INVOKE for SYSTEM*.
---
 gnu/packages/suckless.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index a343e3c..dbfaa29 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -100,9 +100,8 @@ a custom raw video format with a simple container.")
         (replace 'install
           (lambda* (#:key outputs #:allow-other-keys)
             (let ((out (assoc-ref outputs "out")))
-              (zero?
-               (system* "make" "install"
-                        (string-append "DESTDIR=" out) "PREFIX=")))))
+              (invoke "make" "install"
+                      (string-append "DESTDIR=" out) "PREFIX="))))
         (add-after 'build 'install-xsession
           (lambda* (#:key outputs #:allow-other-keys)
             ;; Add a .desktop file to xsessions.



reply via email to

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