mbox series

[bug#58496,0/2] gnu: Add coturn

Message ID 87v8on20jf.fsf@alpha.mail-host-address-is-not-set
Headers show
Series gnu: Add coturn | expand

Message

Thomas Albers Raviola Oct. 13, 2022, 3:41 p.m. UTC
Hello,

the following patch series adds coturn to guix. Some notes:

- for some reason libevent is being compiled without openssl, so I had
  to define a variant for coturn to use.

- gnu/packages/libevent.scm still used the old package-inputs syntax. I
  am not sure if this is intentional, so I kept the old syntax for the
  file even though it is deprecated.

- I'm not very good at describing packages, if someone has any
  recomendations I can send a new patch.

Regards,
Thomas

Comments

Vagrant Cascadian Sept. 2, 2023, 4:24 a.m. UTC | #1
On 2022-10-13, Thomas Albers Raviola wrote:
> the following patch series adds coturn to guix. Some notes:
>
> - for some reason libevent is being compiled without openssl, so I had
>   to define a variant for coturn to use.

Both coturn and libevent-with-openssl were added to guix:

9ed4251d70fb62e176f927129934a76a3dad2d64 gnu: Add libevent-with-openssl.
d117d225d99a99984b4cce082f5f1bdd18efc003 gnu: Add coturn.

Marking as done.

live well,
  vagrant