mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: rust-defmac-0.2: Don't hide package.
* gnu/packages/crates-io.scm (rust-defmac-0.2)[arguments]: Skip build. [properties]: Remove field.
This commit is contained in:
parent
f13bcced3c
commit
4f560b6a42
1 changed files with 4 additions and 2 deletions
|
@ -2038,10 +2038,10 @@ (define-public rust-defmac-0.2
|
|||
(base32
|
||||
"01ff3jdmcc5waffkwllndnx5hsn414r7x1rq4ib73n7awsyzxkxv"))))
|
||||
(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.")
|
||||
(properties '((hidden? . #t)))
|
||||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
|
@ -2057,7 +2057,9 @@ (define-public rust-defmac-0.1
|
|||
(file-name (string-append name "-" version ".crate"))
|
||||
(sha256
|
||||
(base32
|
||||
"17giv0n0n1r64z0dahfvkjy3ys517jxyhs8sd9lmgvcljpjyryxa"))))))
|
||||
"17giv0n0n1r64z0dahfvkjy3ys517jxyhs8sd9lmgvcljpjyryxa"))))
|
||||
(arguments '())
|
||||
(properties '((hidden? . #t)))))
|
||||
|
||||
(define-public rust-cpp-demangle-0.2
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue