guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/07: gnu: castor: Fix compilation.


From: guix-commits
Subject: 03/07: gnu: castor: Fix compilation.
Date: Tue, 31 Jan 2023 17:58:12 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 99efb55cd4cee39ba5aca259585fcea8c9f52fca
Author: Lilah Tascheter <lilah@lunabee.space>
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 <ludo@gnu.org>
---
 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

[Prev in Thread] Current Thread [Next in Thread]