guix-commits
[Top][All Lists]
Advanced

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

36/36: gnu: ratpoison: Return #t from all phases.


From: Mark H. Weaver
Subject: 36/36: gnu: ratpoison: Return #t from all phases.
Date: Thu, 12 Apr 2018 04:09:23 -0400 (EDT)

mhw pushed a commit to branch core-updates
in repository guix.

commit 4b20e079cb5792c50755ee4fde1142dbda5ce898
Author: Mark H Weaver <address@hidden>
Date:   Thu Apr 12 03:54:37 2018 -0400

    gnu: ratpoison: Return #t from all phases.
    
    * gnu/packages/ratpoison.scm (ratpoison)[arguments]: Return #t from the
    'install-xsession' phase.
---
 gnu/packages/ratpoison.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ratpoison.scm b/gnu/packages/ratpoison.scm
index 901d6fc..fefde98 100644
--- a/gnu/packages/ratpoison.scm
+++ b/gnu/packages/ratpoison.scm
@@ -64,7 +64,8 @@
                                                 "/share/xsessions/")))
                         (mkdir-p dst)
                         (copy-file (assoc-ref inputs rpd)
-                                   (string-append dst rpd))))))))
+                                   (string-append dst rpd))
+                        #t))))))
     (inputs
      `(("fontconfig" ,fontconfig)
        ("freetype" ,freetype)



reply via email to

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