mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-owning-ref-0.4: Don't hide package.
* gnu/packages/crates-io.scm (rust-owning-ref-0.4)[arguments]: Add rust-stable-deref-trait-1.1 to cargo-inputs. [properties]: Remove field.
This commit is contained in:
parent
4fe024bea4
commit
a4c4b47b12
1 changed files with 3 additions and 1 deletions
|
@ -8454,13 +8454,15 @@ under its new name.")
|
||||||
(base32
|
(base32
|
||||||
"04zgwy77lin8qz398s6g44467pd6kjhbrlqifkia5rkr47mbi929"))))
|
"04zgwy77lin8qz398s6g44467pd6kjhbrlqifkia5rkr47mbi929"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-stable-deref-trait" ,rust-stable-deref-trait-1.1))))
|
||||||
(home-page "https://github.com/Kimundi/owning-ref-rs")
|
(home-page "https://github.com/Kimundi/owning-ref-rs")
|
||||||
(synopsis "Create references that carry their owner with them")
|
(synopsis "Create references that carry their owner with them")
|
||||||
(description
|
(description
|
||||||
"This package provides a library for creating references that carry their
|
"This package provides a library for creating references that carry their
|
||||||
owner with them. This can sometimes be useful because Rust borrowing rules
|
owner with them. This can sometimes be useful because Rust borrowing rules
|
||||||
normally prevent moving a type that has been borrowed from.")
|
normally prevent moving a type that has been borrowed from.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-packed-simd-0.3
|
(define-public rust-packed-simd-0.3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue