mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-plugin-0.2: Don't hide package.
* gnu/packages/crates-io.scm (rust-plugin-0.2)[arguments]: Add rust-typemap-0.3 to cargo-inputs. Add rust-void-1.0 to cargo-development-inputs. [properties]: Remove field.
This commit is contained in:
parent
ff5a070244
commit
375bff1940
1 changed files with 5 additions and 1 deletions
|
@ -8701,11 +8701,15 @@ used in Cargo build scripts.")
|
||||||
(base32
|
(base32
|
||||||
"1q7nghkpvxxr168y2jnzh3w7qc9vfrby9n7ygy3xpj0bj71hsshs"))))
|
"1q7nghkpvxxr168y2jnzh3w7qc9vfrby9n7ygy3xpj0bj71hsshs"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-typemap" ,rust-typemap-0.3))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-void" ,rust-void-1.0))))
|
||||||
(home-page "https://github.com/reem/rust-plugin")
|
(home-page "https://github.com/reem/rust-plugin")
|
||||||
(synopsis "Lazily evaluated, order-independent plugins for extensible types")
|
(synopsis "Lazily evaluated, order-independent plugins for extensible types")
|
||||||
(description
|
(description
|
||||||
"Lazily evaluated, order-independent plugins for extensible types.")
|
"Lazily evaluated, order-independent plugins for extensible types.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-pocket-resources-0.3
|
(define-public rust-pocket-resources-0.3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue