diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-10-24 13:41:51 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-10-24 17:40:38 +0300 |
commit | cfefe010710e59da25ee28085420244b932318f0 (patch) | |
tree | e16d44e4796c0910f3dbab35b4b058e2ed146dc7 | |
parent | cc20d98cee8ed097f45be37f478ef85ffb908bfe (diff) |
gnu: Remove rust-sysinfo-0.21.
* gnu/packages/crates-io.scm (rust-sysinfo-0.21): Delete variable.
-rw-r--r-- | gnu/packages/crates-io.scm | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index b2c0a8ecca..886729c6e8 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -56914,29 +56914,6 @@ no_std compatible by default, only relying on alloc.") processors, disks, components and networks.") (license license:expat))) -(define-public rust-sysinfo-0.21 - (package - (inherit rust-sysinfo-0.23) - (name "rust-sysinfo") - (version "0.21.2") - (source - (origin - (method url-fetch) - (uri (crate-uri "sysinfo" version)) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 "16j4wfiihlq261dh2k939br6q9zzaiwh719m7lb8idj16dpxd24g")))) - (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)))))) - (define-public rust-syslog-4 (package (name "rust-syslog") |