mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-01 06:45:55 +02:00
gnu: guile-websocket: Propagate guile-gnutls.
* gnu/packages/guile-xyz.scm (guile-websocket)[inputs]: Move guile-gnutls from here... [propagated-inputs]: ...to here. Change-Id: Ifec5b9778ea48be0e88f70daba8d7142e895105d
This commit is contained in:
@@ -6589,7 +6589,8 @@ Relay Chat} (IRC).")
|
||||
(arguments
|
||||
'(#:make-flags '("GUILE_AUTO_COMPILE=0")))
|
||||
(native-inputs (list autoconf automake pkg-config))
|
||||
(inputs (list guile-3.0 guile-gnutls))
|
||||
(inputs (list guile-3.0))
|
||||
(propagated-inputs (list guile-gnutls))
|
||||
(synopsis "Websocket server/client for Guile")
|
||||
(description "Guile-websocket provides an implementation of the
|
||||
WebSocket protocol as defined by RFC 6455.")
|
||||
|
||||
Reference in New Issue
Block a user