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
|
||||
"04zgwy77lin8qz398s6g44467pd6kjhbrlqifkia5rkr47mbi929"))))
|
||||
(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")
|
||||
(synopsis "Create references that carry their owner with them")
|
||||
(description
|
||||
"This package provides a library for creating references that carry their
|
||||
owner with them. This can sometimes be useful because Rust borrowing rules
|
||||
normally prevent moving a type that has been borrowed from.")
|
||||
(properties '((hidden? . #t)))
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-packed-simd-0.3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue