mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add rust-nu-plugin-from-sqlite-0.26.
* gnu/packages/shells.scm (rust-nu-plugin-from-sqlite-0.26): New variable.
This commit is contained in:
parent
336cc4c204
commit
d33c999b0b
1 changed files with 31 additions and 0 deletions
|
@ -1381,6 +1381,37 @@ (define-public rust-nu-plugin-0.26
|
|||
(description "Nushell Plugin")
|
||||
(license expat)))
|
||||
|
||||
(define-public rust-nu-plugin-from-sqlite-0.26
|
||||
(package
|
||||
(name "rust-nu-plugin-from-sqlite")
|
||||
(version "0.26.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "nu_plugin_from_sqlite" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0898ar0q2r0p5f8vr6w290b3wfyq2wrlygz7rhf8qfcxc3mdxxi2"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-bigdecimal" ,rust-bigdecimal-0.2)
|
||||
("rust-nu-errors" ,rust-nu-errors-0.26)
|
||||
("rust-nu-plugin" ,rust-nu-plugin-0.26)
|
||||
("rust-nu-protocol" ,rust-nu-protocol-0.26)
|
||||
("rust-nu-source" ,rust-nu-source-0.26)
|
||||
("rust-nu-value-ext" ,rust-nu-value-ext-0.26)
|
||||
("rust-num-traits" ,rust-num-traits-0.2)
|
||||
("rust-rusqlite" ,rust-rusqlite-0.24)
|
||||
("rust-tempfile" ,rust-tempfile-3))))
|
||||
(home-page "https://www.nushell.sh")
|
||||
(synopsis "Converter plugin to the bson format for Nushell")
|
||||
(description
|
||||
"This package provides a converter plugin to the bson format for
|
||||
Nushell.")
|
||||
(license expat)))
|
||||
|
||||
(define-public rust-nu-plugin-inc-0.26
|
||||
(package
|
||||
(name "rust-nu-plugin-inc")
|
||||
|
|
Loading…
Reference in a new issue