guix-commits
[Top][All Lists]
Advanced

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

02/02: guile-json: Download source from savannah.


From: guix-commits
Subject: 02/02: guile-json: Download source from savannah.
Date: Sun, 2 Dec 2018 19:21:20 -0500 (EST)

bavier pushed a commit to branch master
in repository guix.

commit 6efccabe4e2e3ea1bd14cd0e81bdb83d5f6baaea
Author: Eric Bavier <address@hidden>
Date:   Sun Dec 2 17:53:14 2018 -0600

    guile-json: Download source from savannah.
    
    * gnu/packages/guile.scm (guile-json)[source]: Download tarball from
    savannah.  Remove 'file-name' field.
    [native-inputs]: Remove autoconf and automake; tarball is bootstrapped.
---
 gnu/packages/guile.scm | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 41f2b16..7fcb4a4 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -929,16 +929,13 @@ for Guile\".")
     (home-page "https://github.com/aconchillo/guile-json";)
     (source (origin
               (method url-fetch)
-              (uri (string-append home-page "/archive/"
-                                  version ".tar.gz"))
-              (file-name (string-append name "-" version ".tar.gz"))
+              (uri (string-append 
"https://download.savannah.nongnu.org/releases/";
+                                  name "/" name "-" version ".tar.gz"))
               (sha256
                (base32
-                "02kqv0q98fmchn7i4y7ycmrjlh4b2c93ij0z7k036qwpp204w4gh"))))
+                "15gnb84d7hpazqhskkf3g9z4r6knw54wfj4ch5270kakz1lp70c9"))))
     (build-system gnu-build-system)
-    (native-inputs `(("autoconf" ,autoconf)
-                     ("automake" ,automake)
-                     ("pkg-config" ,pkg-config)
+    (native-inputs `(("pkg-config" ,pkg-config)
                      ("guile" ,guile-2.2)))
     (inputs `(("guile" ,guile-2.2)))
     (synopsis "JSON module for Guile")



reply via email to

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