wip
This commit is contained in:
parent
46b6d651e2
commit
432bff42a9
|
@ -65,7 +65,8 @@ parsing according to RFC 3986.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "19cn41w04hikrqdzlxhrgf21rfqhkvj9x1zvwh3yz9hqbf350xs9"))))
|
(base32 "19cn41w04hikrqdzlxhrgf21rfqhkvj9x1zvwh3yz9hqbf350xs9"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:tests? #f
|
||||||
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'precompile 'fix-toml
|
(add-before 'precompile 'fix-toml
|
||||||
(lambda* (#:key outputs source #:allow-other-keys)
|
(lambda* (#:key outputs source #:allow-other-keys)
|
||||||
|
@ -250,6 +251,9 @@ for Julia")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0knmfjhchd3ggy86dsfyb7l4v3fv5dcr207cgp54mj7rj96caqsm"))))
|
(base32 "0knmfjhchd3ggy86dsfyb7l4v3fv5dcr207cgp54mj7rj96caqsm"))))
|
||||||
(propagated-inputs `(("julia-parsers" ,julia-parsers)))
|
(propagated-inputs `(("julia-parsers" ,julia-parsers)))
|
||||||
|
(arguments '(#:tests? #t)) ;; requires offsetarrays
|
||||||
|
;; (inputs `(("julia-datastructures" ,julia-datastrutures)
|
||||||
|
;; ("julia-fixedpointnumbers" ,julia-fixedpointnumbers)))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(home-page "https://github.com/JuliaIO/JSON.jl")
|
(home-page "https://github.com/JuliaIO/JSON.jl")
|
||||||
(synopsis "JSON parsing and printing")
|
(synopsis "JSON parsing and printing")
|
||||||
|
@ -1937,6 +1941,7 @@ inverse digamma, trigamma, and polygamma functions. Most of these functions
|
||||||
were formerly part of Base in early versions of Julia.")
|
were formerly part of Base in early versions of Julia.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
;; FIXME: Might require binary!
|
||||||
(define-public julia-quadmath
|
(define-public julia-quadmath
|
||||||
(package
|
(package
|
||||||
(name "julia-quadmath")
|
(name "julia-quadmath")
|
||||||
|
|
Loading…
Reference in New Issue