download-nar: Hide colliding 'dump-port*' binding.

* guix/build/download-nar.scm: Hide 'dump-port*' from (guix
serialization).
This commit is contained in:
Ludovic Courtès 2020-07-10 00:20:09 +02:00
parent a055604e6f
commit 8d49c80b69
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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)