civodul pushed a commit to branch master
in repository guix.

commit 99efb55cd4cee39ba5aca259585fcea8c9f52fca
Author: Lilah Tascheter <[email protected]>
AuthorDate: Fri Jan 6 13:09:26 2023 -0600

    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 <[email protected]>
---
 gnu/packages/web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 7817373421..a29f53108c 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -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")

Reply via email to