me
/
guix
Archived
1
0
Fork 0

gnu: rust-numtoa-0.1: Don't hide package.

* gnu/packages/crates-io.scm (rust-numtoa-0.1)[arguments]: Skip tests.
[properties]: Remove field.
master
Efraim Flashner 2020-02-11 16:57:38 +02:00
parent a177e6d0b5
commit 449f25a258
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -7629,11 +7629,11 @@ giga, kibi.")
(base32 (base32
"1vs9rhggqbql1p26x8nkha1j06wawwgb2jp5fs88b5gi7prvvy5q")))) "1vs9rhggqbql1p26x8nkha1j06wawwgb2jp5fs88b5gi7prvvy5q"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments '(#:tests? #f))
(home-page "https://gitlab.com/mmstick/numtoa") (home-page "https://gitlab.com/mmstick/numtoa")
(synopsis "Convert numbers into stack-allocated byte arrays") (synopsis "Convert numbers into stack-allocated byte arrays")
(description (description
"This package can convert numbers into stack-allocated byte arrays.") "This package can convert numbers into stack-allocated byte arrays.")
(properties '((hidden? . #t)))
(license (list license:expat license:asl2.0)))) (license (list license:expat license:asl2.0))))
(define-public rust-object-0.12 (define-public rust-object-0.12