android-repo-download: Remove unnecessary use of Guile-JSON.

* guix/android-repo-download.scm (android-repo-fetch)[guile-json]: Remove.
[build]: Remove GUILE-JSON from 'with-extensions'.
This commit is contained in:
Ludovic Courtès 2020-09-08 00:46:28 +02:00
parent d2a7114e0b
commit d15c7974a2
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 4 deletions

View File

@ -78,9 +78,6 @@ generic name if unset."
(define zlib
(module-ref (resolve-interface '(gnu packages compression)) 'zlib))
(define guile-json
(module-ref (resolve-interface '(gnu packages guile)) 'guile-json-3))
(define gnutls
(module-ref (resolve-interface '(gnu packages tls)) 'gnutls))
@ -102,7 +99,7 @@ generic name if unset."
(define build
(with-imported-modules modules
(with-extensions (list guile-json gnutls) ;for (guix swh)
(with-extensions (list gnutls)
#~(begin
(use-modules (guix build android-repo)
(guix build utils)