mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-sysinfo-0.16.
* gnu/packages/crates-io.scm (rust-sysinfo-0.16): New variable.
This commit is contained in:
parent
24626dbf0b
commit
3729bb7cdd
1 changed files with 31 additions and 0 deletions
|
@ -36079,6 +36079,37 @@ syntax extension expansion.")
|
||||||
("rust-errno" ,rust-errno-0.2)
|
("rust-errno" ,rust-errno-0.2)
|
||||||
("rust-libc" ,rust-libc-0.2))))))
|
("rust-libc" ,rust-libc-0.2))))))
|
||||||
|
|
||||||
|
(define-public rust-sysinfo-0.16
|
||||||
|
(package
|
||||||
|
(name "rust-sysinfo")
|
||||||
|
(version "0.16.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "sysinfo" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1rj3rdy1jd9la9a5xzwk0gcimln7qvzqf1sqwg9xi6cf0vvy453w"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-cc" ,rust-cc-1)
|
||||||
|
("rust-cfg-if" ,rust-cfg-if-1)
|
||||||
|
("rust-core-foundation-sys" ,rust-core-foundation-sys-0.8)
|
||||||
|
("rust-doc-comment" ,rust-doc-comment-0.3)
|
||||||
|
("rust-libc" ,rust-libc-0.2)
|
||||||
|
("rust-ntapi" ,rust-ntapi-0.3)
|
||||||
|
("rust-once-cell" ,rust-once-cell-1)
|
||||||
|
("rust-rayon" ,rust-rayon-1)
|
||||||
|
("rust-winapi" ,rust-winapi-0.3))))
|
||||||
|
(home-page "https://github.com/GuillaumeGomez/sysinfo")
|
||||||
|
(synopsis "System handler to interact with processes")
|
||||||
|
(description
|
||||||
|
"This package is a library to get system information such as processes,
|
||||||
|
processors, disks, components and networks.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-syslog-4
|
(define-public rust-syslog-4
|
||||||
(package
|
(package
|
||||||
(name "rust-syslog")
|
(name "rust-syslog")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue