gnu: hss: Return #t from phase.

* gnu/packages/ssh.scm (hss)[arguments]: End ‘patch-file-names’ with #t.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-11 19:49:32 +02:00
parent f718c0a05d
commit 3b6b337eac
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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")