efraim pushed a commit to branch rust-team
in repository guix.

commit 6b135da5a89a2828a2f1b3aeeb8f7f48e668fa7c
Author: Efraim Flashner <[email protected]>
AuthorDate: Wed Oct 11 14:44:46 2023 +0300

    gnu: ripgrep: Prepare for cross-compiling.
    
    * gnu/packages/rust-apps.scm (ripgrep) [native-inputs]: Move pcre2 ...
    [inputs]: ... to here.
---
 gnu/packages/rust-apps.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 86f879ac36..547592737e 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -1057,8 +1057,10 @@ bar.  It is also compatible with sway.")
                                        "/share/man/man1"))))
              #t)))
        #:features '("pcre2")))
+    (inputs
+     (list pcre2))
     (native-inputs
-     (list asciidoc pcre2 pkg-config))
+     (list asciidoc pkg-config))
     (home-page "https://github.com/BurntSushi/ripgrep";)
     (synopsis "Line-oriented search tool")
     (description

Reply via email to