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:
Efraim Flashner 2020-07-09 16:15:09 +03:00
parent 0b448c06ed
commit ec25e1febc
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -19872,7 +19872,7 @@ uses finite automata and guarantees linear time matching on all inputs.")
"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))))