guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#48222] [PATCH] guix: cvs-download: Fix module exports


From: Konrad Hinsen
Subject: [bug#48222] [PATCH] guix: cvs-download: Fix module exports
Date: Tue, 04 May 2021 12:01:06 +0200

* 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 via email to

[Prev in Thread] Current Thread [Next in Thread]