mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
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
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ (define-module (guix import utils)
|
|||
#: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 a new issue