me
/
guix
Archived
1
0
Fork 0

gnu: rust-slog-async-2: Update to 2.8.0.

* gnu/packages/crates-io.scm (rust-slog-async-2): Update to 2.8.0.
Absorb rust-slog-async-2-8.
[arguments]: Don't skip the build.
[description]: Expand.
* gnu/packages/nss.scm (nsncd)[cargo-inputs]: Replace
rust-slog-async-2-8 with rust-slog-async-2.

Change-Id: I0320137cbc482d2679d2ebb6bdca6d091d2197a0
master
Efraim Flashner 2024-03-27 13:16:37 +02:00
parent 7773045431
commit 33ac515dda
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
2 changed files with 7 additions and 30 deletions

View File

@ -69053,30 +69053,6 @@ implementations.")
license:asl2.0))))
(define-public rust-slog-async-2
(package
(name "rust-slog-async")
(version "2.6.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "slog-async" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1p7v0jl82snmk1c7f6ch528ladzyprlk5gzaqkdqa342ky3i6266"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-crossbeam-channel" ,rust-crossbeam-channel-0.5)
("rust-slog" ,rust-slog-2)
("rust-take-mut" ,rust-take-mut-0.2)
("rust-thread-local" ,rust-thread-local-1))))
(home-page "https://github.com/slog-rs/slog")
(synopsis "Asynchronous drain for @code{slog-rs}")
(description "This package provides an asynchronous drain for slog.")
(license (list license:mpl2.0 license:expat license:asl2.0))))
(define-public rust-slog-async-2-8
(package
(name "rust-slog-async")
(version "2.8.0")
@ -69089,12 +69065,13 @@ implementations.")
(base32 "113b17aw7jx7mr68vwfq2yiv6mb4702hz6a0g587jb4ai67h7j3j"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-crossbeam-channel" ,rust-crossbeam-channel-0.5)
`(#:cargo-inputs
(("rust-crossbeam-channel" ,rust-crossbeam-channel-0.5)
("rust-slog" ,rust-slog-2)
("rust-take-mut" ,rust-take-mut-0.2)
("rust-thread-local" ,rust-thread-local-1))))
(home-page "https://github.com/slog-rs/slog")
(synopsis "Asynchronous drain for slog-rs")
(synopsis "Asynchronous drain for @code{slog-rs}")
(description
"This package provides an asynchronous drain for slog-rs, the Rust
logging library.")

View File

@ -327,7 +327,7 @@ security standards.")
(("rust-anyhow" ,rust-anyhow-1)
("rust-atoi" ,rust-atoi-2)
("rust-slog" ,rust-slog-2)
("rust-slog-async" ,rust-slog-async-2-8)
("rust-slog-async" ,rust-slog-async-2)
("rust-slog-term" ,rust-slog-term-2)
("rust-crossbeam-channel" ,rust-crossbeam-channel-0.5)
("rust-nix" ,rust-nix-0.28)