me
/
guix
Archived
1
0
Fork 0

gnu: rust-assert-approx-eq-1: Allow build.

* gnu/packages/crates-io.scm (rust-assert-approx-eq-1)[arguments]:
  Remove `#:skip-build? #t'.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Change-Id: Ib1c95994e3bcbf4f1b3dfed798b5c9ee179fb383
master
Jean-Pierre De Jesus DIAZ 2022-08-10 12:07:26 +00:00 committed by Efraim Flashner
parent 9086931f15
commit 6f5106c761
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 1 deletions

View File

@ -4329,7 +4329,6 @@ standard library.")
(sha256
(base32 "1zagfwfad5wssmr830gk3489f97ppczv6xs627jxniwm6ssdl1rw"))))
(build-system cargo-build-system)
(arguments '(#:skip-build? #t))
(home-page "https://github.com/ashleygwilliams/assert_approx_eq")
(synopsis "Assert approximately equal")
(description