[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60604] [PATCH] gnu: castor: Fix compilation.
From: |
Lilah Tascheter |
Subject: |
[bug#60604] [PATCH] gnu: castor: Fix compilation. |
Date: |
Fri, 6 Jan 2023 13:09:26 -0600 |
Castor no longer compiles with latest packaged LibreSSL; latest
OpenSSL, however, does compile.
* gnu/packages/web.scm (castor)[inputs]: Replace libressl with openssl.
---
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 dcb7b3872a..befca3fc90 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6543,7 +6543,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")
base-commit: 22ffa5e00a05f75bb3b4285cd1ede28f2e7c6325
--
2.37.3
- [bug#60604] [PATCH] gnu: castor: Fix compilation.,
Lilah Tascheter <=