mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: rust-quick-error-1.2: Don't skip build.
* gnu/packages/crates-io.scm (rust-quick-error-1.2)[arguments]: Remove field.
This commit is contained in:
parent
72c2c91f21
commit
1071106562
1 changed files with 0 additions and 1 deletions
|
@ -18180,7 +18180,6 @@ (define-public rust-quick-error-1.2
|
||||||
(base32
|
(base32
|
||||||
"1q6za3v78hsspisc197bg3g7rpc989qycy8ypr8ap8igv10ikl51"))))
|
"1q6za3v78hsspisc197bg3g7rpc989qycy8ypr8ap8igv10ikl51"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments `(#:skip-build? #t))
|
|
||||||
(home-page "https://github.com/tailhook/quick-error")
|
(home-page "https://github.com/tailhook/quick-error")
|
||||||
(synopsis "Macro which makes error types pleasant to write")
|
(synopsis "Macro which makes error types pleasant to write")
|
||||||
(description "This crate provides a macro which makes error types pleasant
|
(description "This crate provides a macro which makes error types pleasant
|
||||||
|
|
Loading…
Reference in a new issue