import: utils: Remove dependency on (json) module.
This fixes a regression introduced by commit
fbe9c10128
.
* guix/import/utils.scm: Remove unused (json) module.
This commit is contained in:
parent
60da9fb110
commit
b37e1e6428
|
@ -26,7 +26,6 @@
|
|||
#:use-module (guix utils)
|
||||
#:use-module (ice-9 match)
|
||||
#:use-module (ice-9 regex)
|
||||
#:use-module (json)
|
||||
#:use-module (srfi srfi-1)
|
||||
#:export (factorize-uri
|
||||
|
||||
|
|
Loading…
Reference in New Issue