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
This commit is contained in:
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

View file

@ -4329,7 +4329,6 @@ (define-public rust-assert-approx-eq-1
(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