mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: ripgrep: Prepare for cross-compiling.
* gnu/packages/rust-apps.scm (ripgrep) [native-inputs]: Move pcre2 ... [inputs]: ... to here.
This commit is contained in:
parent
b802c104de
commit
daf38746df
1 changed files with 3 additions and 1 deletions
|
@ -1043,8 +1043,10 @@ (define-public ripgrep
|
||||||
"/share/man/man1"))))
|
"/share/man/man1"))))
|
||||||
#t)))
|
#t)))
|
||||||
#:features '("pcre2")))
|
#:features '("pcre2")))
|
||||||
|
(inputs
|
||||||
|
(list pcre2))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list asciidoc pcre2 pkg-config))
|
(list asciidoc pkg-config))
|
||||||
(home-page "https://github.com/BurntSushi/ripgrep")
|
(home-page "https://github.com/BurntSushi/ripgrep")
|
||||||
(synopsis "Line-oriented search tool")
|
(synopsis "Line-oriented search tool")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue