gnu: rust-arrayref-0.3: Don't skip build.

* gnu/packages/crates-io.scm (rust-arrayref-0.3)[arguments]: Don't skip
build.
This commit is contained in:
Efraim Flashner 2020-10-13 10:27:53 +03:00
parent 23a50353eb
commit 8b71a2a614
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -865,8 +865,7 @@ (define-public rust-arrayref-0.3
"1vphy316jbgmgckk4z7m8csvlyc8hih9w95iyq48h8077xc2wf0d"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-development-inputs
`(#:cargo-development-inputs
(("rust-quickcheck" ,rust-quickcheck-0.6))))
(home-page "https://github.com/droundy/arrayref")
(synopsis "Macros to take array references of slices")