mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
a85d6dd4db
commit
99efb55cd4
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue