mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: Add rust-pin-utils.
* gnu/packages/creates-io.scm (rust-pin-utils): New variable.
This commit is contained in:
parent
e11365fdad
commit
b275df9cd3
1 changed files with 19 additions and 0 deletions
|
@ -413,6 +413,25 @@ (define-public rust-percent-encoding
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
(define-public rust-pin-utils
|
||||||
|
(package
|
||||||
|
(name "rust-pin-utils")
|
||||||
|
(version "0.1.0-alpha.4")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "pin-utils" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"11xmyx00n4m37d546by2rxb8ryxs12v55cc172i3yak1rqccd52q"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(home-page "https://github.com/rust-lang-nursery/pin-utils")
|
||||||
|
(synopsis "Utilities for pinning")
|
||||||
|
(description "This crate provides utilities for pinning values on the stack.")
|
||||||
|
(license (list license:asl2.0
|
||||||
|
license:expat))))
|
||||||
|
|
||||||
(define-public rust-proc-macro2
|
(define-public rust-proc-macro2
|
||||||
(package
|
(package
|
||||||
(name "rust-proc-macro2")
|
(name "rust-proc-macro2")
|
||||||
|
|
Loading…
Reference in a new issue