unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Lilah Tascheter via Guix-patches via <guix-patches@gnu.org>
To: 60604@debbugs.gnu.org
Cc: Lilah Tascheter <lilah@lunabee.space>
Subject: [bug#60604] [PATCH] gnu: castor: Fix compilation.
Date: Fri,  6 Jan 2023 13:09:26 -0600	[thread overview]
Message-ID: <fad6565b576f364f695cd040a9e76b292b9baa27.1673032147.git.lilah@lunabee.space> (raw)

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





             reply	other threads:[~2023-01-06 19:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-06 19:09 Lilah Tascheter via Guix-patches via [this message]
2023-01-31 22:12 ` bug#60604: [PATCH] gnu: castor: Fix compilation Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fad6565b576f364f695cd040a9e76b292b9baa27.1673032147.git.lilah@lunabee.space \
    --to=guix-patches@gnu.org \
    --cc=60604@debbugs.gnu.org \
    --cc=lilah@lunabee.space \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).