mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05: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 @@ (define-public rust-ryu-1.0
|
|||
(base32
|
||||
"1j0h74f1xqf9hjkhanp8i20mqc1aw35kr1iq9i79q7713mn51a5z"))))
|
||||
(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")
|
||||
(synopsis
|
||||
"Fast floating point to string conversion")
|
||||
(synopsis "Fast floating point to string conversion")
|
||||
(description
|
||||
"Fast floating point to string conversion")
|
||||
(properties '((hidden? . #t)))
|
||||
"This package provides a pure Rust implementation of Ryū, an algorithm to
|
||||
quickly convert floating point numbers to decimal strings.")
|
||||
(license (list license:asl2.0 license:boost1.0))))
|
||||
|
||||
(define-public rust-safemem-0.3
|
||||
|
|
Loading…
Reference in a new issue