gnu: rust-boxfnonce-0.1: Allow build.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Change-Id: Ib906b267c100fa193431349e74b03995558ecd35
This commit is contained in:
Jean-Pierre De Jesus DIAZ 2022-08-10 12:08:50 +00:00 committed by Efraim Flashner
parent 1089645f66
commit 1bf462ec25
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -8803,7 +8803,6 @@ (define-public rust-boxfnonce-0.1
(sha256
(base32 "09ilf4zyx92hyhkxlsxksfyprzr9iwq5gqqb22aaqr32c8fwp22r"))))
(build-system cargo-build-system)
(arguments `(#:skip-build? #t))
(home-page "https://github.com/stbuehler/rust-boxfnonce")
(synopsis "Safe FnOnce boxing for Rust")
(description "This package provides a safe FnOnce boxing for Rust.")