mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 18:29:28 +01:00
gnu: Add rust-rustyline-derive-0.7.
* gnu/packages/crates-io.scm (rust-rustyline-derive-0.7): New variable. Change-Id: I66403a1fbbe5917b7a29a53ad83eaf2b13ee2688
This commit is contained in:
parent
b87a660dd8
commit
65874bfe89
1 changed files with 17 additions and 0 deletions
|
@ -56310,6 +56310,23 @@ sub-processes using a fork-like interface.")
|
||||||
(description "This package provides Rustyline macros implementation in Rust.")
|
(description "This package provides Rustyline macros implementation in Rust.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-rustyline-derive-0.7
|
||||||
|
(package
|
||||||
|
(inherit rust-rustyline-derive-0.9)
|
||||||
|
(name "rust-rustyline-derive")
|
||||||
|
(version "0.7.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "rustyline-derive" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "139dpx6zp0v6p5wc5n317jivi52dz5sq79v2zagc02ipgxfksz0h"))))
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||||
|
("rust-quote" ,rust-quote-1)
|
||||||
|
("rust-syn" ,rust-syn-1))))))
|
||||||
|
|
||||||
(define-public rust-rustyline-derive-0.3
|
(define-public rust-rustyline-derive-0.3
|
||||||
(package
|
(package
|
||||||
(inherit rust-rustyline-derive-0.9)
|
(inherit rust-rustyline-derive-0.9)
|
||||||
|
|
Loading…
Add table
Reference in a new issue