mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: rust-assert-0.7: Allow build.
* gnu/packages/crates-io.scm (rust-assert-0.7)[arguments]: Remove `#:skip-build? #t'. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Change-Id: I5f2254469880551cfe07ed54c5e4240fbe9140d8
This commit is contained in:
parent
fb7d5cef3f
commit
9086931f15
1 changed files with 0 additions and 1 deletions
|
@ -4312,7 +4312,6 @@ (define-public rust-assert-0.7
|
|||
(sha256
|
||||
(base32 "1hnph97yz3hpf71s4rdzcrgd492d1m7rj0k48ymxl1w5d2g8v450"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments `(#:skip-build? #t))
|
||||
(home-page "https://github.com/stainless-steel/assert")
|
||||
(synopsis "Assertions for testing")
|
||||
(description "This package provides assertions for testing.")
|
||||
|
|
Loading…
Reference in a new issue