From 99efb55cd4cee39ba5aca259585fcea8c9f52fca Mon Sep 17 00:00:00 2001 From: Lilah Tascheter Date: Fri, 6 Jan 2023 13:09:26 -0600 Subject: [PATCH] gnu: castor: Fix compilation. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- 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 @@ (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")