mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-ryu-1.0: Don't hide package.
* gnu/packages/crates-io.scm (rust-ryu-1.0)[arguments]: Add rust-no-panic-0.1 to cargo-inputs. Add rust-num-cpus-1.11, rust-rand-0.5 to cargo-development-inputs. [description]: Fill out. [properties]: Remove field.
This commit is contained in:
parent
71b0ce6492
commit
cd422b4f6a
1 changed files with 9 additions and 4 deletions
|
@ -10627,12 +10627,17 @@ using a fork-like interface.")
|
||||||
(base32
|
(base32
|
||||||
"1j0h74f1xqf9hjkhanp8i20mqc1aw35kr1iq9i79q7713mn51a5z"))))
|
"1j0h74f1xqf9hjkhanp8i20mqc1aw35kr1iq9i79q7713mn51a5z"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-no-panic" ,rust-no-panic-0.1))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-num-cpus" ,rust-num-cpus-1.11)
|
||||||
|
("rust-rand" ,rust-rand-0.5))))
|
||||||
(home-page "https://github.com/dtolnay/ryu")
|
(home-page "https://github.com/dtolnay/ryu")
|
||||||
(synopsis
|
(synopsis "Fast floating point to string conversion")
|
||||||
"Fast floating point to string conversion")
|
|
||||||
(description
|
(description
|
||||||
"Fast floating point to string conversion")
|
"This package provides a pure Rust implementation of Ryū, an algorithm to
|
||||||
(properties '((hidden? . #t)))
|
quickly convert floating point numbers to decimal strings.")
|
||||||
(license (list license:asl2.0 license:boost1.0))))
|
(license (list license:asl2.0 license:boost1.0))))
|
||||||
|
|
||||||
(define-public rust-safemem-0.3
|
(define-public rust-safemem-0.3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue