aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLilah Tascheter <lilah@lunabee.space>2023-01-06 13:09:26 -0600
committerLudovic Courtès <ludo@gnu.org>2023-01-31 23:11:37 +0100
commit99efb55cd4cee39ba5aca259585fcea8c9f52fca (patch)
treece8bd1e5a6e85ccec335e47b87e671b71c2fad23
parenta85d6dd4dbe48d131821b315ca392352dfea174d (diff)
downloadguix-99efb55cd4cee39ba5aca259585fcea8c9f52fca.tar
guix-99efb55cd4cee39ba5aca259585fcea8c9f52fca.tar.gz
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>
-rw-r--r--gnu/packages/web.scm2
1 files changed, 1 insertions, 1 deletions
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")