mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: Add rust-pmutil-0.5.
* gnu/packages/crates-io.scm (rust-pmutil-0.5): New variable.
This commit is contained in:
parent
20921cc75b
commit
d84c250f92
1 changed files with 23 additions and 0 deletions
|
@ -18694,6 +18694,29 @@ both WASM and native applications")
|
||||||
"Lazily evaluated, order-independent plugins for extensible types.")
|
"Lazily evaluated, order-independent plugins for extensible types.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-pmutil-0.5
|
||||||
|
(package
|
||||||
|
(name "rust-pmutil")
|
||||||
|
(version "0.5.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "pmutil" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0170zgziivri4qsch682pga3qq3z4wpr4wngzr5f9jyc97ayb51q"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||||
|
("rust-quote" ,rust-quote-1)
|
||||||
|
("rust-syn" ,rust-syn-1))))
|
||||||
|
(home-page "https://github.com/kdy1/rust-pmutil")
|
||||||
|
(synopsis "Utils for proc-macro")
|
||||||
|
(description "This package provides utils for proc-macro.")
|
||||||
|
(license (list license:asl2.0 license:expat))))
|
||||||
|
|
||||||
(define-public rust-pnacl-build-helper-1.4
|
(define-public rust-pnacl-build-helper-1.4
|
||||||
(package
|
(package
|
||||||
(name "rust-pnacl-build-helper")
|
(name "rust-pnacl-build-helper")
|
||||||
|
|
Loading…
Add table
Reference in a new issue