[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/15: gnu: ripgrep: Prepare for cross-compiling.
From: |
guix-commits |
Subject: |
02/15: gnu: ripgrep: Prepare for cross-compiling. |
Date: |
Fri, 13 Oct 2023 02:01:53 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 6b135da5a89a2828a2f1b3aeeb8f7f48e668fa7c
Author: Efraim Flashner <efraim@flashner.co.il>
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
- branch rust-team updated (190fe2b593 -> 19ce5e8a26), guix-commits, 2023/10/13
- 05/15: gnu: Add rust-tower-test-0.4., guix-commits, 2023/10/13
- 06/15: gnu: rust-tower-0.4: Update to 0.4.13., guix-commits, 2023/10/13
- 03/15: gnu: rust-glium-0.25: Fix inputs., guix-commits, 2023/10/13
- 01/15: gnu: stfl: Fix cross-compiling., guix-commits, 2023/10/13
- 02/15: gnu: ripgrep: Prepare for cross-compiling.,
guix-commits <=
- 04/15: gnu: Add rust-hdrhistogram-7., guix-commits, 2023/10/13
- 08/15: gnu: rust-tower-service-0.3: Update to 0.3.2., guix-commits, 2023/10/13
- 07/15: gnu: rust-tower-layer-0.3: Update to 0.3.2., guix-commits, 2023/10/13
- 15/15: gnu: rust-cortex-m-0.7: Update to 0.7.7., guix-commits, 2023/10/13
- 09/15: gnu: rust-compact-str-0.7: Update to 0.7.1., guix-commits, 2023/10/13
- 10/15: gnu: rust-nitrokey-sys-3: Update to 3.7.0., guix-commits, 2023/10/13
- 11/15: gnu: rust-nitrokey-test-0.5: Skip build., guix-commits, 2023/10/13
- 12/15: gnu: rust-rustfix-0.6: Update to 0.6.1., guix-commits, 2023/10/13
- 13/15: gnu: rust-rustls-0.15: Skip build., guix-commits, 2023/10/13
- 14/15: gnu: rust-cortex-m-0.7: Remove precompiled files., guix-commits, 2023/10/13