mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 03:44:06 -05:00
gnu: rust-ipconfig-0.2: Skip tests.
* gnu/packages/crates-io.scm (rust-ipconfig-0.2)[arguments]: Skip the test suite. Change-Id: Ifa87754d9e82bbfd90325dc170a0cc329d994851
This commit is contained in:
parent
5023986fbb
commit
bfbf28ed21
1 changed files with 2 additions and 1 deletions
|
@ -36862,7 +36862,8 @@ (define-public rust-ipconfig-0.2
|
||||||
(base32
|
(base32
|
||||||
"1mzsagc6bk3i3fpggqlq8am5rxn4hgs297rsaya90w79xj5g3qpp"))))
|
"1mzsagc6bk3i3fpggqlq8am5rxn4hgs297rsaya90w79xj5g3qpp"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:tests? #f ; failed to resolve: could not find `computer` in `ipconfig`
|
||||||
|
#:cargo-inputs
|
||||||
(("rust-socket2" ,rust-socket2-0.3)
|
(("rust-socket2" ,rust-socket2-0.3)
|
||||||
("rust-widestring" ,rust-widestring-0.4)
|
("rust-widestring" ,rust-widestring-0.4)
|
||||||
("rust-winapi" ,rust-winapi-0.3)
|
("rust-winapi" ,rust-winapi-0.3)
|
||||||
|
|
Loading…
Reference in a new issue