diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-04-12 18:22:41 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-04-12 21:58:47 +0200 |
commit | 841032d4482360b8125291f80b20111e1371167a (patch) | |
tree | 27e185cba8cdfa5ce3393dbc5d99b925ce299966 | |
parent | d5d6db8918fb8cd66132f5ad5d4c03d6ed2db815 (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.scm | 1 |
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 |