me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-log-mdc-0.1.

* gnu/packages/crates-io.scm (rust-log-mdc-0.1): Delete variable.
Efraim Flashner 2022-10-24 12:32:27 +03:00
parent 76872faa77
commit 61222872be
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 19 deletions

View File

@ -30948,25 +30948,6 @@ by inspecting the system for user preference.")
`(#:cargo-inputs `(#:cargo-inputs
(("rust-log" ,rust-log-0.4)))))) (("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 (define-public rust-loom-0.5
(package (package
(name "rust-loom") (name "rust-loom")