diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-06-13 00:39:19 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-06-13 00:39:19 +0200 |
commit | 13e011d8b43e05c39e541664027c2c36f0ad8057 (patch) | |
tree | 55c40f9ffd644a7763893daf8d29a4b5857476cb /gnu/packages/rust-apps.scm | |
parent | 992987bf484d1787b55772bcf3265b56c4109ba1 (diff) |
gnu: ripgrep: Remove obsolete comment.
* gnu/packages/rust-apps.scm (ripgrep): Remove obsolete comment since the
tests are now enabled again.
Diffstat (limited to 'gnu/packages/rust-apps.scm')
-rw-r--r-- | gnu/packages/rust-apps.scm | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index 8048ccc1d6..f02eea9903 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm @@ -391,11 +391,7 @@ characters, ASCII whitespace characters, other ASCII characters and non-ASCII.") "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) |