me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-sysinfo-0.23.

* gnu/packages/crates-io.scm (rust-sysinfo-0.23): Delete variable.

Change-Id: I2f378a325e9ec1e7084b1123ae8ec9c40d543111
master
Efraim Flashner 2024-04-02 13:02:34 +03:00
parent 742312a479
commit 35cd2c7d99
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 29 deletions

View File

@ -76679,35 +76679,6 @@ processors, disks, components and networks.")
#:cargo-development-inputs
(("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
(package
(name "rust-syslog")