mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: Add rust-rustyline-derive-0.3.
* gnu/packages/crates-io.scm (rust-rustyline-derive-0.3): New variable.
This commit is contained in:
parent
9ef6055c00
commit
c79834ed37
1 changed files with 23 additions and 0 deletions
|
@ -26147,6 +26147,29 @@ sub-processes using a fork-like interface.")
|
||||||
("rust-tempfile" ,rust-tempfile-3)
|
("rust-tempfile" ,rust-tempfile-3)
|
||||||
("rust-wait-timeout" ,rust-wait-timeout-0.2))))))
|
("rust-wait-timeout" ,rust-wait-timeout-0.2))))))
|
||||||
|
|
||||||
|
(define-public rust-rustyline-derive-0.3
|
||||||
|
(package
|
||||||
|
(name "rust-rustyline-derive")
|
||||||
|
(version "0.3.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "rustyline-derive" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0daj9szvfi442vj2fhm7qb92wmzv7g75qsjq9a6ycnqac4lhx9al"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-quote" ,rust-quote-1)
|
||||||
|
("rust-syn" ,rust-syn-1))))
|
||||||
|
(home-page "https://github.com/kkawakam/rustyline")
|
||||||
|
(synopsis "Rustyline macros implementation in Rust")
|
||||||
|
(description "This package provides Rustyline macros implementation in Rust.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-ryu-1
|
(define-public rust-ryu-1
|
||||||
(package
|
(package
|
||||||
(name "rust-ryu")
|
(name "rust-ryu")
|
||||||
|
|
Loading…
Add table
Reference in a new issue