guix-commits
[Top][All Lists]
Advanced

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

05/13: gnu: hss: Return #t from phase.


From: guix-commits
Subject: 05/13: gnu: hss: Return #t from phase.
Date: Sat, 11 Jul 2020 16:04:41 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3b6b337eac9c730fa01719f51f7a7b01513623e5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jul 11 19:49:32 2020 +0200

    gnu: hss: Return #t from phase.
    
    * gnu/packages/ssh.scm (hss)[arguments]: End ‘patch-file-names’ with #t.
---
 gnu/packages/ssh.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index 330675f..67ea9df 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -99,7 +99,8 @@
                 (string-append (assoc-ref outputs "out") "/bin"))
                (("/usr/local/opt/readline")
                 (assoc-ref inputs "readline")))
-         (delete 'configure))))
+             #t))
+         (delete 'configure))))         ; no configure script
     (build-system gnu-build-system)
     (home-page "https://github.com/six-ddc/hss/";)
     (synopsis "Interactive SSH client for multiple servers")



reply via email to

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