me
/
guix
Archived
1
0
Fork 0

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
master
Jean-Pierre De Jesus DIAZ 2022-08-10 12:07:22 +00:00 committed by Efraim Flashner
parent fb7d5cef3f
commit 9086931f15
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 1 deletions

View File

@ -4312,7 +4312,6 @@ standard library.")
(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.")