mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +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 @@ (define-public rust-plugin-0.2
|
|||
"Lazily evaluated, order-independent plugins for extensible types.")
|
||||
(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
|
||||
(package
|
||||
(name "rust-pnacl-build-helper")
|
||||
|
|
Loading…
Reference in a new issue