gnu: Add rust-procinfo-0.4.
* gnu/packages/crates-io.scm (rust-procinfo-0.4): New variable. Change-Id: Ie70a5f2db8defc0d642a69c200e4f3d3596d1f7e Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
94c12774dd
commit
b97425e30a
|
@ -54804,6 +54804,34 @@ macro use case.")
|
||||||
"This package provides a procedural macro implementation of quote!.")
|
"This package provides a procedural macro implementation of quote!.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-procinfo-0.4
|
||||||
|
(package
|
||||||
|
(name "rust-procinfo")
|
||||||
|
(version "0.4.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "procinfo" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "175l4cprsb56jrkycpz0743clgc8fyhxv4i8hhgqjd967mzl5cba"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-test-flags
|
||||||
|
'("--release" "--" ; thread panic on bad unwrap.
|
||||||
|
"--skip=pid::status::tests::test_status")
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-byteorder" ,rust-byteorder-1)
|
||||||
|
("rust-libc" ,rust-libc-0.2)
|
||||||
|
("rust-nom" ,rust-nom-2)
|
||||||
|
("rust-rustc-version" ,rust-rustc-version-0.2))))
|
||||||
|
(home-page "https://github.com/danburkert/procinfo-rs")
|
||||||
|
(synopsis "Library for accessing Linux processes and system information")
|
||||||
|
(description
|
||||||
|
"This package provides a library for accessing Linux processes and system
|
||||||
|
information.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-prodash-28
|
(define-public rust-prodash-28
|
||||||
(package
|
(package
|
||||||
(name "rust-prodash")
|
(name "rust-prodash")
|
||||||
|
|
Reference in New Issue