mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-gix-index-0.35: Fix typo.
* gnu/packages/crates-vcs.scm (rust-gix-index-0.35)[arguments]: Remove stray space in cargo-test-flags keyword. Change-Id: I19370af459d90d178166404ea7feb2bdc10007f0
This commit is contained in:
parent
2c05d30b4b
commit
ab1a473c30
1 changed files with 1 additions and 1 deletions
|
@ -3198,7 +3198,7 @@ keys. Part of Gitoxide a Rust implementation of Git.")
|
||||||
(base32 "0bfjbrwmg8w9hi5bv47db272ks8b3385zrkn45l1fh248hr21m0c"))))
|
(base32 "0bfjbrwmg8w9hi5bv47db272ks8b3385zrkn45l1fh248hr21m0c"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#: cargo-test-flags
|
`(#:cargo-test-flags
|
||||||
(list "--release" "--"
|
(list "--release" "--"
|
||||||
"--skip=access::tests::entry_by_path_with_conflicting_file")
|
"--skip=access::tests::entry_by_path_with_conflicting_file")
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue