me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-pear-codegen-0.1.

* gnu/packages/crates-io.scm (rust-pear-codegen-0.1): New variable.
master
Nicolas Goaziou 2021-02-10 14:24:02 +01:00
parent 02bb08efc2
commit b06fcc9f71
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 26 additions and 0 deletions

View File

@ -25813,6 +25813,32 @@ in pure Rust.")
"This package provides FFI bindings for PDCurses implementation.")
(license license:expat)))
(define-public rust-pear-codegen-0.1
(package
(name "rust-pear-codegen")
(version "0.1.4")
(source
(origin
(method url-fetch)
(uri (crate-uri "pear_codegen" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1jk8jxkgjd3pymldkckg2ligkpy4nnskgcj8qf3yzlf3zlvcihdz"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-proc-macro2" ,rust-proc-macro2-0.4)
("rust-quote" ,rust-quote-0.6)
("rust-syn" ,rust-syn-0.15)
("rust-version-check" ,rust-version-check-0.9)
("rust-yansi" ,rust-yansi-0.5))))
(home-page "https://crates.io/crates/pear_codegen")
(synopsis "Codegen for pear")
(description
"This package provides a (codegen) pear is a fruit.")
(license (list license:expat license:asl2.0))))
(define-public rust-peeking-take-while-0.1
(package
(name "rust-peeking-take-while")