guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 02/03: android-repo-download: Remove unnecessary use of Guile-JSON.
Date: Mon, 7 Sep 2020 18:54:22 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit d15c7974a2346ec0d379eba3fd60ef59012d9a80
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Sep 8 00:46:28 2020 +0200

    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 9d8937d..5ff3e7e 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]