diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-07-10 00:20:09 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-07-10 00:20:09 +0200 |
commit | 8d49c80b69258115da47d868cbd5b45c5d6b2180 (patch) | |
tree | 013e8b51106f6811073f4c90e242b2146e257ddf /guix | |
parent | a055604e6f65ee7085a5c1cecaea59ccc0f5acf5 (diff) |
download-nar: Hide colliding 'dump-port*' binding.
* guix/build/download-nar.scm: Hide 'dump-port*' from (guix
serialization).
Diffstat (limited to 'guix')
-rw-r--r-- | guix/build/download-nar.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/build/download-nar.scm b/guix/build/download-nar.scm index f768a8c6dd..377e428341 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) |