[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")
- branch master updated (aed385e18e -> 8532564077), guix-commits, 2023/01/31
- 07/07: gnu: spirv-cross: Activate tests., guix-commits, 2023/01/31
- 01/07: home: services: fontutils: Add service value., guix-commits, 2023/01/31
- 04/07: gnu: Add python-nox., guix-commits, 2023/01/31
- 03/07: gnu: castor: Fix compilation.,
guix-commits <=
- 05/07: gnu: cmake: Update to 3.25.1., guix-commits, 2023/01/31
- 06/07: gnu: podman: Enable Btrfs support., guix-commits, 2023/01/31
- 02/07: gnu: ledger: Install example referenced in docs., guix-commits, 2023/01/31