gnu: rust-nix-0.27: Inherit from rust-nix-0.28.
* gnu/packages/crates-io.scm (rust-nix-0.28)[description]: Expand. (rust-nix-0.27): Inherit from rust-nix-0.28. Change-Id: Iebc84917250d682626c5d1d20a6702ac36d27c3b
This commit is contained in:
parent
4105976859
commit
cebe7b7506
1 changed files with 6 additions and 10 deletions
|
@ -41464,11 +41464,15 @@ nitrokey-test crate.")
|
||||||
("rust-tempfile" ,rust-tempfile-3))))
|
("rust-tempfile" ,rust-tempfile-3))))
|
||||||
(home-page "https://github.com/nix-rust/nix")
|
(home-page "https://github.com/nix-rust/nix")
|
||||||
(synopsis "Rust friendly bindings to *nix APIs")
|
(synopsis "Rust friendly bindings to *nix APIs")
|
||||||
(description "Rust friendly bindings to *nix APIs")
|
(description
|
||||||
|
"Nix seeks to provide friendly bindings to various *nix platform APIs.
|
||||||
|
The goal is to not provide a 100% unified interface, but to unify what can be
|
||||||
|
while still providing platform specific APIs.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-nix-0.27
|
(define-public rust-nix-0.27
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-nix-0.28)
|
||||||
(name "rust-nix")
|
(name "rust-nix")
|
||||||
(version "0.27.1")
|
(version "0.27.1")
|
||||||
(source
|
(source
|
||||||
|
@ -41478,7 +41482,6 @@ nitrokey-test crate.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ly0kkmij5f0sqz35lx9czlbk6zpihb7yh1bsy4irzwfd2f4xc1f"))))
|
(base32 "0ly0kkmij5f0sqz35lx9czlbk6zpihb7yh1bsy4irzwfd2f4xc1f"))))
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; unresolved import `nix::sys::aio`
|
`(#:tests? #f ; unresolved import `nix::sys::aio`
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
|
@ -41494,14 +41497,7 @@ nitrokey-test crate.")
|
||||||
("rust-rand" ,rust-rand-0.8)
|
("rust-rand" ,rust-rand-0.8)
|
||||||
("rust-semver" ,rust-semver-1)
|
("rust-semver" ,rust-semver-1)
|
||||||
("rust-sysctl" ,rust-sysctl-0.4)
|
("rust-sysctl" ,rust-sysctl-0.4)
|
||||||
("rust-tempfile" ,rust-tempfile-3))))
|
("rust-tempfile" ,rust-tempfile-3))))))
|
||||||
(home-page "https://github.com/nix-rust/nix")
|
|
||||||
(synopsis "Rust friendly bindings to *nix APIs")
|
|
||||||
(description
|
|
||||||
"Nix seeks to provide friendly bindings to various *nix platform APIs.
|
|
||||||
The goal is to not provide a 100% unified interface, but to unify what can be
|
|
||||||
while still providing platform specific APIs.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public rust-nix-0.26
|
(define-public rust-nix-0.26
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue