mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
23a50353eb
commit
8b71a2a614
1 changed files with 1 additions and 2 deletions
|
@ -865,8 +865,7 @@ that runs on Argon2.")
|
||||||
"1vphy316jbgmgckk4z7m8csvlyc8hih9w95iyq48h8077xc2wf0d"))))
|
"1vphy316jbgmgckk4z7m8csvlyc8hih9w95iyq48h8077xc2wf0d"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:cargo-development-inputs
|
||||||
#:cargo-development-inputs
|
|
||||||
(("rust-quickcheck" ,rust-quickcheck-0.6))))
|
(("rust-quickcheck" ,rust-quickcheck-0.6))))
|
||||||
(home-page "https://github.com/droundy/arrayref")
|
(home-page "https://github.com/droundy/arrayref")
|
||||||
(synopsis "Macros to take array references of slices")
|
(synopsis "Macros to take array references of slices")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue