gnu: tokei: Remove duplicate Cargo inputs.

* gnu/packages/rust-apps.scm (tokei)[arguments]: Remove duplicates Cargo
inputs.
This commit is contained in:
Nicolas Goaziou 2021-01-24 23:06:09 +01:00
parent e330a31f7b
commit 486e79790e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -597,7 +597,6 @@ (define-public tokei
("rust-grep-searcher" ,rust-grep-searcher-0.1)
("rust-hex" ,rust-hex-0.4)
("rust-ignore" ,rust-ignore-0.4)
("rust-ignore" ,rust-ignore-0.4)
("rust-log" ,rust-log-0.4)
("rust-num-format" ,rust-num-format-0.4)
("rust-once-cell" ,rust-once-cell-1)
@ -607,7 +606,6 @@ (define-public tokei
("rust-serde" ,rust-serde-1)
("rust-serde-cbor" ,rust-serde-cbor-0.11)
("rust-serde-json" ,rust-serde-json-1)
("rust-serde-json" ,rust-serde-json-1)
("rust-serde-yaml" ,rust-serde-yaml-0.8)
("rust-tera" ,rust-tera-1)
("rust-term-size" ,rust-term-size-0.3)