me
/
guix
Archived
1
0
Fork 0

gnu: ripgrep: Prepare for cross-compiling.

* gnu/packages/rust-apps.scm (ripgrep) [native-inputs]: Move pcre2 ...
[inputs]: ... to here.
Efraim Flashner 2023-10-11 14:44:46 +03:00
parent b802c104de
commit daf38746df
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 1 deletions

View File

@ -1043,8 +1043,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