summaryrefslogtreecommitdiff
path: root/guix
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 21:58:47 +0200
commit841032d4482360b8125291f80b20111e1371167a (patch)
tree27e185cba8cdfa5ce3393dbc5d99b925ce299966 /guix
parentd5d6db8918fb8cd66132f5ad5d4c03d6ed2db815 (diff)
downloadguix-patches-841032d4482360b8125291f80b20111e1371167a.tar
guix-patches-841032d4482360b8125291f80b20111e1371167a.tar.gz
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).
Diffstat (limited to 'guix')
-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