all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: Michal Atlas <michal_atlas+git@posteo.net>
Cc: 61638-done@debbugs.gnu.org
Subject: bug#61638: [PATCH] gnu: guile-xyz: Add guile-gemini
Date: Sat, 04 Mar 2023 18:46:05 +0100	[thread overview]
Message-ID: <87lekcpfz6.fsf@gnu.org> (raw)
In-Reply-To: <20230219191759.8530-1-michal_atlas+git@posteo.net> (Michal Atlas's message of "Sun, 19 Feb 2023 19:18:00 +0000")

[-- Attachment #1: Type: text/plain, Size: 190 bytes --]

Hi Michal,

Michal Atlas <michal_atlas+git@posteo.net> skribis:

> * gnu/packages/guile-xyz.scm (guile-gemini): New variable

Applied with the changes below.

Thanks!

Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 648 bytes --]

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 2ed7a49dc8..ca5131c037 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -4534,8 +4534,8 @@ (define-public guile-gemini
     (build-system guile-build-system)
     (arguments
      '(#:source-directory "src"))
-    (inputs (list guile-3.0-latest gnutls))
-    (propagated-inputs (list guile-fibers-1.1))
+    (inputs (list guile-3.0-latest))
+    (propagated-inputs (list guile-fibers-1.1 guile-gnutls))
     (home-page "https://github.com/flatwhatson/guile-gemini")
     (synopsis "Guile implementation of the Gemini protocol")
     (description

      reply	other threads:[~2023-03-04 17:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-19 19:18 [bug#61638] [PATCH] gnu: guile-xyz: Add guile-gemini Michal Atlas
2023-03-04 17:46 ` Ludovic Courtès [this message]

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

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

  git send-email \
    --in-reply-to=87lekcpfz6.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=61638-done@debbugs.gnu.org \
    --cc=michal_atlas+git@posteo.net \
    /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 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.