mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: ripgrep: Remove obsolete comment.
* gnu/packages/rust-apps.scm (ripgrep): Remove obsolete comment since the tests are now enabled again.
This commit is contained in:
parent
992987bf48
commit
13e011d8b4
1 changed files with 1 additions and 5 deletions
|
@ -391,11 +391,7 @@ (define-public ripgrep
|
||||||
"1gv4imhjgxmyxaa996yshcjlakmrjw9pf4rycp90pq675cn9sz7k"))))
|
"1gv4imhjgxmyxaa996yshcjlakmrjw9pf4rycp90pq675cn9sz7k"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; XXX: Upgrading rust-bstr-0.2 from 0.2.12 to 0.2.15 introduced 11 test
|
`(#:cargo-inputs
|
||||||
;; failures. Skip tests for now. Check again at next bstr or ripgrep
|
|
||||||
;; upgrade.
|
|
||||||
`(#:tests? #t
|
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-bstr" ,rust-bstr-0.2)
|
(("rust-bstr" ,rust-bstr-0.2)
|
||||||
("rust-clap" ,rust-clap-2)
|
("rust-clap" ,rust-clap-2)
|
||||||
("rust-grep" ,rust-grep-0.2)
|
("rust-grep" ,rust-grep-0.2)
|
||||||
|
|
Loading…
Reference in a new issue