mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: rust-want-0.3: Fix inputs.
* gnu/packages/crates-io.scm (rust-want-0.3)[cargo-inputs]: Remove rust-log-0.4. Change-Id: Ie8756fc3cfb4ecb896158357bfd1dc31a92a48ea
This commit is contained in:
parent
e7a3b46316
commit
8dec49d611
1 changed files with 1 additions and 2 deletions
|
@ -85363,8 +85363,7 @@ (define-public rust-want-0.3
|
|||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-log" ,rust-log-0.4)
|
||||
("rust-try-lock" ,rust-try-lock-0.2))
|
||||
(("rust-try-lock" ,rust-try-lock-0.2))
|
||||
#:cargo-development-inputs
|
||||
(("rust-tokio-executor" ,rust-tokio-executor-0.2)
|
||||
("rust-tokio-sync" ,rust-tokio-sync-0.2))))
|
||||
|
|
Loading…
Reference in a new issue