* [bug#60604] [PATCH] gnu: castor: Fix compilation.
@ 2023-01-06 19:09 Lilah Tascheter via Guix-patches via
2023-01-31 22:12 ` bug#60604: " Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Lilah Tascheter via Guix-patches via @ 2023-01-06 19:09 UTC (permalink / raw)
To: 60604; +Cc: Lilah Tascheter
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#60604: [PATCH] gnu: castor: Fix compilation.
2023-01-06 19:09 [bug#60604] [PATCH] gnu: castor: Fix compilation Lilah Tascheter via Guix-patches via
@ 2023-01-31 22:12 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-01-31 22:12 UTC (permalink / raw)
To: Lilah Tascheter; +Cc: 60604-done
Hi,
Lilah Tascheter <lilah@lunabee.space> skribis:
> Castor no longer compiles with latest packaged LibreSSL; latest
> OpenSSL, however, does compile.
>
> * gnu/packages/web.scm (castor)[inputs]: Replace libressl with openssl.
Applied, thanks!
Ludo’.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-01-31 22:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-06 19:09 [bug#60604] [PATCH] gnu: castor: Fix compilation Lilah Tascheter via Guix-patches via
2023-01-31 22:12 ` bug#60604: " Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.