me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-nu-json-0.26.

* gnu/packages/shells.scm (rust-nu-json-0.26): New variable.
master
Nicolas Goaziou 2021-02-11 00:22:52 +01:00
parent 4ca98a6f7c
commit 1a988ef6f1
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 24 additions and 0 deletions

View File

@ -963,6 +963,30 @@ files and text.")
(description "Core error subsystem for Nushell")
(license expat)))
(define-public rust-nu-json-0.26
(package
(name "rust-nu-json")
(version "0.26.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "nu-json" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "085k9p41pqzivw6z6rxxzr8haagwqi795a2dh084qs99cyi5hj2n"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-lazy-static" ,rust-lazy-static-1)
("rust-num-traits" ,rust-num-traits-0.2)
("rust-regex" ,rust-regex-1)
("rust-serde" ,rust-serde-0.8))))
(home-page "https://www.nushell.sh")
(synopsis "Fork of @code{serde-hjson}")
(description "This package is a fork of @code{serde-hjson}.")
(license expat)))
(define-public rust-nu-parser-0.26
(package
(name "rust-nu-parser")