mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -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"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
;; XXX: Upgrading rust-bstr-0.2 from 0.2.12 to 0.2.15 introduced 11 test
|
||||
;; failures. Skip tests for now. Check again at next bstr or ripgrep
|
||||
;; upgrade.
|
||||
`(#:tests? #t
|
||||
#:cargo-inputs
|
||||
`(#:cargo-inputs
|
||||
(("rust-bstr" ,rust-bstr-0.2)
|
||||
("rust-clap" ,rust-clap-2)
|
||||
("rust-grep" ,rust-grep-0.2)
|
||||
|
|
Loading…
Reference in a new issue