From d15c7974a2346ec0d379eba3fd60ef59012d9a80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 8 Sep 2020 00:46:28 +0200 Subject: [PATCH] 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'. --- guix/android-repo-download.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/guix/android-repo-download.scm b/guix/android-repo-download.scm index 9d8937ddc0..5ff3e7edd4 100644 --- a/guix/android-repo-download.scm +++ b/guix/android-repo-download.scm @@ -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)