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:
Nicolas Goaziou 2021-06-13 00:39:19 +02:00
parent 992987bf48
commit 13e011d8b4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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)