mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: rust-nom-4.2: Fix dependencies
* gnu/packages/crates-io.scm (rust-nom-4.2)[arguments]: Remove rust-lexical-core-0.4, add rust-version-check-0.1 to cargo-inputs. Remove rust-doc-comment-0.3, rust-version-check-0.9 from cargo-development-inputs. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
84eb24b68a
commit
f8d773f433
1 changed files with 3 additions and 5 deletions
|
@ -7904,14 +7904,12 @@ (define-public rust-nom-4.2
|
|||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-lexical-core" ,rust-lexical-core-0.4)
|
||||
("rust-memchr" ,rust-memchr-2.2)
|
||||
("rust-regex" ,rust-regex-1.1))
|
||||
("rust-regex" ,rust-regex-1.1)
|
||||
("rust-version-check" ,rust-version-check-0.1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-criterion" ,rust-criterion-0.2)
|
||||
("rust-doc-comment" ,rust-doc-comment-0.3)
|
||||
("rust-jemallocator" ,rust-jemallocator-0.3)
|
||||
("rust-version-check" ,rust-version-check-0.9))))
|
||||
("rust-jemallocator" ,rust-jemallocator-0.1))))
|
||||
(home-page "https://github.com/Geal/nom")
|
||||
(synopsis
|
||||
"Byte-oriented, zero-copy, parser combinators library")
|
||||
|
|
Loading…
Reference in a new issue