From daf38746df935d019c3dcdfdc73bd66513c80daa Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 11 Oct 2023 14:44:46 +0300 Subject: 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 894173b7dd..2f41ca4849 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm @@ -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 -- cgit v1.2.3 ='switch'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/bootloader.scm
AgeCommit message (Expand)Author