mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: Add rust-os-pipe-0.5.
* gnu/packages/crates-io.scm (rust-os-pipe-0.5): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
f41c4ac915
commit
b6544aba74
1 changed files with 21 additions and 0 deletions
|
@ -37213,6 +37213,27 @@ (define-public rust-os-pipe-0.9
|
|||
"A cross-platform library for opening OS pipes.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-os-pipe-0.5
|
||||
(package
|
||||
(inherit rust-os-pipe-0.9)
|
||||
(name "rust-os-pipe")
|
||||
(version "0.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "os-pipe" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ccwc7caq3hhgxyrglkl2fw8qzkx0kxanh9azs852w9f0jrzp2wr"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-kernel32-sys" ,rust-kernel32-sys-0.2)
|
||||
("rust-nix" ,rust-nix-0.8)
|
||||
("rust-winapi" ,rust-winapi-0.2))))))
|
||||
|
||||
(define-public rust-os-str-bytes-2
|
||||
(package
|
||||
(name "rust-os-str-bytes")
|
||||
|
|
Loading…
Reference in a new issue