Revert "gnu: Add rust-sysinfo-0.20."

This reverts commit cc415fd880.

Rust 1.54 is not yet packages.
This commit is contained in:
Nicolas Goaziou 2021-11-03 23:09:36 +01:00
parent 5da0efbe9e
commit a18fea5009
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -50308,40 +50308,8 @@ (define-public rust-sysctl-0.1
("rust-errno" ,rust-errno-0.2)
("rust-libc" ,rust-libc-0.2))))))
(define-public rust-sysinfo-0.20
(package
(name "rust-sysinfo")
(version "0.20.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "sysinfo" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32 "0ljf8cdn50g9vrg4h9qxv070n4zd83cv63g62007qs8d8n1pimwj"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:rust ,rust-1.54
#: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-sysinfo-0.18
(package
(inherit rust-sysinfo-0.20)
(name "rust-sysinfo")
(version "0.18.2")
(source
@ -50353,6 +50321,7 @@ (define-public rust-sysinfo-0.18
(sha256
(base32
"0zd974yydc4yszxgx9hiqm5ah2rqnsgyq3qrl7raf90scpxaw16l"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
@ -50363,7 +50332,13 @@ (define-public rust-sysinfo-0.18
("rust-ntapi" ,rust-ntapi-0.3)
("rust-once-cell" ,rust-once-cell-1)
("rust-rayon" ,rust-rayon-1)
("rust-winapi" ,rust-winapi-0.3))))))
("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-sysinfo-0.16
(package