1
0
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:
David Thompson
2026-02-25 20:38:37 -05:00
parent 3e75f5e584
commit 52ccae85c8
+2 -1
View File
@@ -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.")