gnu: rust-regex-syntax-0.3: Don't skip build.

* gnu/packages/crates-io.scm (rust-regex-syntax-0.3)[arguments]: Don't
skip build.
This commit is contained in:
Efraim Flashner 2020-02-25 16:28:05 +02:00
parent 8d90f2c786
commit 40b4b6dfee
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -13170,8 +13170,7 @@ uses finite automata and guarantees linear time matching on all inputs.")
(base32
"0ms9hgdhhsxw9w920i7gipydvagf100bb56jbs192rz86ln01v7r"))))
(arguments
`(#:skip-build? #t
#:cargo-development-inputs
`(#:cargo-development-inputs
(("rust-quickcheck" ,rust-quickcheck-0.2)
("rust-rand" ,rust-rand-0.3))))))