gnu: Remove rust-sysinfo-0.23.
* gnu/packages/crates-io.scm (rust-sysinfo-0.23): Delete variable. Change-Id: I2f378a325e9ec1e7084b1123ae8ec9c40d543111master
parent
742312a479
commit
35cd2c7d99
|
@ -76679,35 +76679,6 @@ processors, disks, components and networks.")
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-tempfile" ,rust-tempfile-3))))))
|
(("rust-tempfile" ,rust-tempfile-3))))))
|
||||||
|
|
||||||
(define-public rust-sysinfo-0.23
|
|
||||||
(package
|
|
||||||
(name "rust-sysinfo")
|
|
||||||
(version "0.23.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "sysinfo" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "14d5fgg24x4rfd6226dl1grsv5lnid0kynp6kfzb3lmylh070xcy"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:skip-build? #t
|
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-cfg-if" ,rust-cfg-if-1)
|
|
||||||
("rust-core-foundation-sys" ,rust-core-foundation-sys-0.8)
|
|
||||||
("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-6
|
(define-public rust-syslog-6
|
||||||
(package
|
(package
|
||||||
(name "rust-syslog")
|
(name "rust-syslog")
|
||||||
|
|
Reference in New Issue