~ruther/guix-local

7447aa36e16fb77f75df4d3369db9c942615632e — Ludovic Courtès 9 years ago d75e8f3
utils: Make sure to use the right 'bytevector->string'.

In Guile 2.2, (rnrs io ports) exports 'bytevector->string', which
conflicts with that of (ice-9 iconv).

* guix/utils.scm: Hide 'bytevector->string' from (rnrs io ports).
1 files changed, 1 insertions(+), 1 deletions(-)

M guix/utils.scm
M guix/utils.scm => guix/utils.scm +1 -1
@@ 31,7 31,7 @@
  #:use-module (srfi srfi-60)
  #:use-module (rnrs bytevectors)
  #:use-module (ice-9 binary-ports)
  #:autoload   (rnrs io ports) (make-custom-binary-input-port)
  #:use-module ((rnrs io ports) #:hide (bytevector->string))
  #:use-module ((rnrs bytevectors) #:select (bytevector-u8-set!))
  #:use-module (guix memoization)
  #:use-module ((guix build utils) #:select (dump-port))