gnu: json-c: Update to 0.13.1.
* gnu/packages/web.scm (json-c): Update to 0.13.1. [source](snippet): Remove obsolete substitution. [arguments]: Remove.
This commit is contained in:
parent
2e402618f6
commit
c0ef8ae22d
1 changed files with 3 additions and 8 deletions
|
@ -524,7 +524,7 @@ data.")
|
||||||
(define-public json-c
|
(define-public json-c
|
||||||
(package
|
(package
|
||||||
(name "json-c")
|
(name "json-c")
|
||||||
(version "0.13")
|
(version "0.13.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -532,7 +532,7 @@ data.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0kf2594kxcfga6x0mvwzj2qg8pgxhjkibc16ghnw85mdx45ph5h3"))
|
"0ws8dz9nk8q2c0gbf66kg2r6mrkl7kamd3gpdv9zsyrz9n6n0zmq"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -541,13 +541,8 @@ data.")
|
||||||
;; run 'autoheader'.
|
;; run 'autoheader'.
|
||||||
(set-file-time "config.h.in"
|
(set-file-time "config.h.in"
|
||||||
(stat "aclocal.m4"))
|
(stat "aclocal.m4"))
|
||||||
|
#t))))
|
||||||
;; Don't try to build with -Werror.
|
|
||||||
(substitute* (find-files "." "Makefile\\.in")
|
|
||||||
(("-Werror") ""))))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments '(#:parallel-build? #f
|
|
||||||
#:parallel-tests? #f))
|
|
||||||
(home-page "https://github.com/json-c/json-c/wiki")
|
(home-page "https://github.com/json-c/json-c/wiki")
|
||||||
(synopsis "JSON implementation in C")
|
(synopsis "JSON implementation in C")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue