summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-04-12 18:22:41 +0200
committerLudovic Courtès <ludo@gnu.org>2013-04-12 18:22:41 +0200
commit9adb6934f434436523e6d736cd1b55950d690b8d (patch)
treec2bddffdd3cfa8f5b13bc6567e0e77b44641fd7b
parentc31d1a7860203cb779b16171fe50ec9948135bc2 (diff)
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).
-rw-r--r--guix/store.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/guix/store.scm b/guix/store.scm
index cc21af84e4..b1b60babf0 100644
--- a/guix/store.scm
+++ b/guix/store.scm
@@ -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