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).
This commit is contained in:
parent
c31d1a7860
commit
9adb6934f4
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ (define-module (guix store)
|
|||
#: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
|
||||
|
||||
|
|
Loading…
Reference in a new issue