diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2024-12-20 08:20:49 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2025-01-06 12:15:37 +0200 |
| commit | 2355a7d1ec421faa82b0dfc8fc626be83ccb5095 (patch) | |
| tree | 6f8c7aa4ef92eb46683cd7de7158be47dc8ddc6c /gnu/packages/rust-apps.scm | |
| parent | c312fbf1f4006fa516f15bb3c40a0f339baeb47b (diff) | |
gnu: hex: Fix the build.
* gnu/packages/rust-apps.scm (hex)[arguments]: Add cargo-test-flags.
Change-Id: I2d65796d7e59be075c85f34c397eb9b850ec4690
Diffstat (limited to 'gnu/packages/rust-apps.scm')
| -rw-r--r-- | gnu/packages/rust-apps.scm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index d5e2de9c3dd..b32108326e3 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm @@ -3118,6 +3118,14 @@ revert and check changes. (build-system cargo-build-system) (arguments `(#:install-source? #f + #:cargo-test-flags '("--" + ;; Not all files included. + "--skip=tests::test_cli_arg_order_1" + "--skip=tests::test_cli_arg_order_2" + "--skip=tests::test_cli_input_directory" + "--skip=tests::test_cli_input_missing_file" + "--skip=tests::test_cli_input_stdin" + "--skip=tests::test_cli_missing_param_value") #:cargo-inputs (("rust-ansi-term" ,rust-ansi-term-0.12) ("rust-clap" ,rust-clap-4) |
