diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-10-24 12:32:27 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-10-24 17:40:23 +0300 |
commit | 61222872be5973048bce36858ce69ce21ff7c108 (patch) | |
tree | d37b26761860d25190dedd29b10a3012b2983e96 /gnu/packages | |
parent | 76872faa772900014f555b4da0a12b819f3cb58f (diff) | |
download | guix-61222872be5973048bce36858ce69ce21ff7c108.tar.gz |
gnu: Remove rust-log-mdc-0.1.
* gnu/packages/crates-io.scm (rust-log-mdc-0.1): Delete variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/crates-io.scm | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 8d99d94edf..e0062a6ac1 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -30948,25 +30948,6 @@ by inspecting the system for user preference.") `(#:cargo-inputs (("rust-log" ,rust-log-0.4)))))) -(define-public rust-log-mdc-0.1 - (package - (name "rust-log-mdc") - (version "0.1.0") - (source - (origin - (method url-fetch) - (uri (crate-uri "log-mdc" version)) - (file-name - (string-append name "-" version ".tar.gz")) - (sha256 - (base32 "1iw1x3qhjvrac35spikn5h06a1rxd9vw216jk8h52jhz9i0j2kd9")))) - (build-system cargo-build-system) - (home-page "https://github.com/sfackler/rust-log-mdc") - (synopsis "Mapped diagnostic context (MDC) for use with the `log` crate") - (description "This package provides a mapped diagnostic context (MDC) for -use with the `log` crate.") - (license (list license:expat license:asl2.0)))) - (define-public rust-loom-0.5 (package (name "rust-loom") |