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 18:22:41 +0200 |
commit | 9adb6934f434436523e6d736cd1b55950d690b8d (patch) | |
tree | c2bddffdd3cfa8f5b13bc6567e0e77b44641fd7b /guix/store.scm | |
parent | c31d1a7860203cb779b16171fe50ec9948135bc2 (diff) | |
download | gnu-guix-9adb6934f434436523e6d736cd1b55950d690b8d.tar gnu-guix-9adb6934f434436523e6d736cd1b55950d690b8d.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/store.scm')
-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 |