me
/
guix
Archived
1
0
Fork 0

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
master
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
1 changed files with 0 additions and 1 deletions

View File

@ -8803,7 +8803,6 @@ comes with a strict specification.")
(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.")