guix-commits
[Top][All Lists]
Advanced

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

19/36: gnu: byobu: Return #t from all phases.


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

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

commit fed9078906baad8ed94e2075a4a8acf41f34a244
Author: Mark H Weaver <address@hidden>
Date:   Thu Apr 12 03:25:19 2018 -0400

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

diff --git a/gnu/packages/screen.scm b/gnu/packages/screen.scm
index 19dfd7d..940afcc 100644
--- a/gnu/packages/screen.scm
+++ b/gnu/packages/screen.scm
@@ -125,7 +125,8 @@ controlling terminal and attach to it later.")
           (lambda* (#:key inputs #:allow-other-keys)
             (let ((libc   (assoc-ref inputs "libc"))) ;implicit input
               (substitute* "usr/bin/byobu.in"
-                (("locale") (string-append libc "/bin/locale"))))))
+                (("locale") (string-append libc "/bin/locale")))
+              #t)))
          (add-after
           'install 'wrap-python-scripts
           (lambda* (#:key inputs outputs #:allow-other-keys)



reply via email to

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