mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
download-nar: Hide colliding 'dump-port*' binding.
* guix/build/download-nar.scm: Hide 'dump-port*' from (guix serialization).
This commit is contained in:
parent
a055604e6f
commit
8d49c80b69
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue