all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Konrad Hinsen <konrad.hinsen@fastmail.net>
To: 48222@debbugs.gnu.org
Subject: [bug#48222] [PATCH] guix: cvs-download: Fix module exports
Date: Tue, 04 May 2021 12:01:06 +0200	[thread overview]
Message-ID: <m1o8dq95st.fsf@ordinateur-de-catherine--konrad.home> (raw)

* guix/cvs-download.scm: Remove non-existent export cvs-reference-url,
  add cvs-reference-root-directory and cvs-reference-module
---
 guix/cvs-download.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/guix/cvs-download.scm b/guix/cvs-download.scm
index 11a78f2994..943d971622 100644
--- a/guix/cvs-download.scm
+++ b/guix/cvs-download.scm
@@ -28,7 +28,8 @@
   #:use-module (ice-9 match)
   #:export (cvs-reference
             cvs-reference?
-            cvs-reference-url
+            cvs-reference-root-directory
+            cvs-reference-module
             cvs-reference-revision
             cvs-fetch))
 
-- 
2.31.1





             reply	other threads:[~2021-05-04 10:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-04 10:01 Konrad Hinsen [this message]
2021-05-05 13:16 ` bug#48222: [PATCH] guix: cvs-download: Fix module exports 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

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

  git send-email \
    --in-reply-to=m1o8dq95st.fsf@ordinateur-de-catherine--konrad.home \
    --to=konrad.hinsen@fastmail.net \
    --cc=48222@debbugs.gnu.org \
    /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.