mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: rust-resolv-conf-0.6: Don't skip build.
* gnu/packages/crates-io.scm (rust-resolv-conf-0.6)[arguments]: Don't skip build. Skip tests.
This commit is contained in:
parent
0b448c06ed
commit
ec25e1febc
1 changed files with 1 additions and 1 deletions
|
@ -19872,7 +19872,7 @@ (define-public rust-resolv-conf-0.6
|
|||
"0jlzifww1h7j23jnjj49xz8q0fpd9rqpd0ks8c4y651vgw9lx0qi"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
`(#:tests? #f ; Not all test files included.
|
||||
#:cargo-inputs
|
||||
(("rust-quick-error" ,rust-quick-error-1.2)
|
||||
("rust-hostname" ,rust-hostname-0.3))))
|
||||
|
|
Loading…
Reference in a new issue