me
/
guix
Archived
1
0
Fork 0

gnu: rust-defmac-0.2: Don't skip build.

* gnu/packages/crates-io.scm (rust-defmac-0.2)[arguments]: Don't skip
build.
master
Efraim Flashner 2020-03-02 21:58:22 +02:00
parent 64a28fd6e1
commit 4b309aad04
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 1 deletions

View File

@ -3628,7 +3628,6 @@ and arithmetic.")
(base32
"14cqfvc0f1pkd6gdhjxa2wv3iibqprc0n203ims8lvg96752ynfm"))))
(build-system cargo-build-system)
(arguments '(#:skip-build? #t))
(home-page "https://github.com/bluss/defmac")
(synopsis "Macro to define lambda-like macros inline")
(description "A macro to define lambda-like macros inline.")