me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/crates-io.scm (rust-arrayref-0.3)[arguments]: Don't skip
build.
master
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
1 changed files with 1 additions and 2 deletions

View File

@ -865,8 +865,7 @@ that runs on Argon2.")
"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")