gnu: castor: Fix compilation.

Castor no longer compiles with latest packaged LibreSSL; latest
OpenSSL, however, does compile.

* gnu/packages/web.scm (castor)[inputs]: Replace libressl with openssl.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Lilah Tascheter 2023-01-06 13:09:26 -06:00 committed by Ludovic Courtès
parent a85d6dd4db
commit 99efb55cd4
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -6604,7 +6604,7 @@ (define-public castor
cairo
gdk-pixbuf
gtk+
libressl
openssl-3.0
pango))
(home-page "https://git.sr.ht/~julienxx/castor")
(synopsis "Graphical client for plain-text protocols")