mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: hss: Return #t from phase.
* gnu/packages/ssh.scm (hss)[arguments]: End ‘patch-file-names’ with #t.
This commit is contained in:
parent
f718c0a05d
commit
3b6b337eac
1 changed files with 2 additions and 1 deletions
|
@ -99,7 +99,8 @@ (define-public hss
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue