~ruther/guix-local

9adb6934f434436523e6d736cd1b55950d690b8d — Ludovic Courtès 13 years ago c31d1a7
store: Remove unneeded and conflicting import.

* guix/store.scm: Remove unneeded (ice-9 rdelim) import.  In Guile 2.0.9
  that module exports `read-string', which conflicts with that of (guix
  serialization).
1 files changed, 0 insertions(+), 1 deletions(-)

M guix/store.scm
M guix/store.scm => guix/store.scm +0 -1
@@ 30,7 30,6 @@
  #:use-module (srfi srfi-35)
  #:use-module (srfi srfi-39)
  #:use-module (ice-9 match)
  #:use-module (ice-9 rdelim)
  #:use-module (ice-9 regex)
  #:export (%daemon-socket-file