mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: Add rust-nu-json-0.26.
* gnu/packages/shells.scm (rust-nu-json-0.26): New variable.
This commit is contained in:
parent
4ca98a6f7c
commit
1a988ef6f1
1 changed files with 24 additions and 0 deletions
|
@ -963,6 +963,30 @@ (define-public rust-nu-errors-0.26
|
||||||
(description "Core error subsystem for Nushell")
|
(description "Core error subsystem for Nushell")
|
||||||
(license expat)))
|
(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
|
(define-public rust-nu-parser-0.26
|
||||||
(package
|
(package
|
||||||
(name "rust-nu-parser")
|
(name "rust-nu-parser")
|
||||||
|
|
Loading…
Reference in a new issue