gnu: Dropbear: Add a comment about bundled libraries.
* gnu/packages/ssh.scm (dropbear): Comment.
This commit is contained in:
parent
8f9c5aa3ba
commit
d561243917
|
@ -456,6 +456,9 @@ TCP, not the SSH protocol.")
|
||||||
"0rgavbzw7jrs5wslxm0dnwx2m409yzxd9hazd92r7kx8xikr3yzj"))))
|
"0rgavbzw7jrs5wslxm0dnwx2m409yzxd9hazd92r7kx8xikr3yzj"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments `(#:tests? #f)) ; there is no "make check" or anything similar
|
(arguments `(#:tests? #f)) ; there is no "make check" or anything similar
|
||||||
|
;; TODO: Investigate unbundling libtommath and libtomcrypt or at least
|
||||||
|
;; cherry-picking important bug fixes from them. See <bugs.gnu.org/24674>
|
||||||
|
;; for more information.
|
||||||
(inputs `(("zlib" ,zlib)))
|
(inputs `(("zlib" ,zlib)))
|
||||||
(synopsis "Small SSH server and client")
|
(synopsis "Small SSH server and client")
|
||||||
(description "Dropbear is a relatively small SSH server and
|
(description "Dropbear is a relatively small SSH server and
|
||||||
|
|
Loading…
Reference in New Issue