me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 1 additions and 1 deletions

View File

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