diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-10-18 22:40:45 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-10-24 10:46:10 +0300 |
commit | 3fdfffb5134cdd7858da2ece71a877f0f2af8509 (patch) | |
tree | 0bda0a44b9bbfaa6aba31a2d3bf8f00542601963 | |
parent | ebb9961c26a8d722de0ffaf808510a1d89067cea (diff) |
gnu: Remove rust-os-info-3.
* gnu/packages/crates-io.scm (rust-os-info-3): Delete variable.
-rw-r--r-- | gnu/packages/crates-io.scm | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 1b99167fe1..0ba6a0f2f3 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -39373,33 +39373,6 @@ iteration. NOTE: This crate was renamed to @code{indexmap}. Please use it under its new name.") (license (list license:asl2.0 license:expat)))) -(define-public rust-os-info-3 - (package - (name "rust-os-info") - (version "3.0.6") - (source - (origin - (method url-fetch) - (uri (crate-uri "os_info" version)) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 "1pbcf2in8i9w6zjzk6jmrd89gm5h7qpyqi3hvkl0axpzp1m57lmk")))) - (build-system cargo-build-system) - (arguments - `(#:skip-build? #t - #:cargo-development-inputs - (("rust-doc-comment" ,rust-doc-comment-0.3) - ("rust-pretty-assertions" ,rust-pretty-assertions-0.7)) - #:cargo-inputs - (("rust-log" ,rust-log-0.4) - ("rust-serde" ,rust-serde-1) - ("rust-winapi" ,rust-winapi-0.3)))) - (home-page "https://github.com/stanislav-tkach/os_info") - (synopsis "Detect the operating system type and version") - (description - "This library detects the operating system type and version.") - (license license:expat))) - (define-public rust-os-pipe-1 (package (name "rust-os-pipe") |