[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/05: download-nar: Hide colliding 'dump-port*' binding.
From: |
guix-commits |
Subject: |
05/05: download-nar: Hide colliding 'dump-port*' binding. |
Date: |
Thu, 9 Jul 2020 18:22:18 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 8d49c80b69258115da47d868cbd5b45c5d6b2180
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Jul 10 00:20:09 2020 +0200
download-nar: Hide colliding 'dump-port*' binding.
* guix/build/download-nar.scm: Hide 'dump-port*' from (guix
serialization).
---
guix/build/download-nar.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/build/download-nar.scm b/guix/build/download-nar.scm
index f768a8c..377e428 100644
--- a/guix/build/download-nar.scm
+++ b/guix/build/download-nar.scm
@@ -19,7 +19,7 @@
(define-module (guix build download-nar)
#:use-module (guix build download)
#:use-module (guix build utils)
- #:use-module (guix serialization)
+ #:use-module ((guix serialization) #:hide (dump-port*))
#:use-module (guix zlib)
#:use-module (guix progress)
#:use-module (web uri)