me
/
guix
Archived
1
0
Fork 0

gnu: rust-opaque-debug-0.2: Don't skip build.

* gnu/packages/crates-io.scm (rust-opaque-debug-0.2)[arguments]: Don't
skip build.
master
Efraim Flashner 2020-02-29 19:19:56 +02:00
parent 02940899ef
commit 634bb72292
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 1 deletions

View File

@ -10850,7 +10850,6 @@ Things in odds may move to more appropriate crates if we find them.")
(base32
"02942l2gc7w5r4js7i9063x99szic5mzzk1055j83v4diqpbpxck"))))
(build-system cargo-build-system)
(arguments `(#:skip-build? #t))
(home-page "https://github.com/RustCrypto/utils")
(synopsis "Macro for opaque Debug trait implementation")
(description