mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05: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 @@ (define-public rust-rusty-fork-0.2
|
|||
("rust-tempfile" ,rust-tempfile-3)
|
||||
("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
|
||||
(package
|
||||
(name "rust-ryu")
|
||||
|
|
Loading…
Reference in a new issue