mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 21:50:01 +01:00
gnu: Remove rust-os-pipe-0.5.
* gnu/packages/crates-io.scm (rust-os-pipe-0.5): Delete variable. Change-Id: I9555fff7960bca1e983ba2926f27783d7dc2c64b
This commit is contained in:
parent
d3354fe1e8
commit
09b4222929
1 changed files with 0 additions and 21 deletions
|
@ -42694,27 +42694,6 @@ under its new name.")
|
|||
`(("rust-nix" ,rust-nix-0.15)
|
||||
("rust-winapi" ,rust-winapi-0.3))))))
|
||||
|
||||
(define-public rust-os-pipe-0.5
|
||||
(package
|
||||
(inherit rust-os-pipe-0.8)
|
||||
(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-release-0.1
|
||||
(package
|
||||
(name "rust-os-release")
|
||||
|
|
Loading…
Add table
Reference in a new issue