mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 17:46:43 +01:00
gnu: hex: Fix the build.
* gnu/packages/rust-apps.scm (hex)[arguments]: Add cargo-test-flags. Change-Id: I2d65796d7e59be075c85f34c397eb9b850ec4690
This commit is contained in:
parent
c312fbf1f4
commit
2355a7d1ec
1 changed files with 8 additions and 0 deletions
|
@ -3118,6 +3118,14 @@ (define-public hex
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue