gnu: rust-itoa-0.4: Don't skip build.
* gnu/packages/crates-io.scm (rust-itoa-0.4)[arguments]: Don't skip build.
This commit is contained in:
parent
c5ee55d347
commit
8b0e09d260
1 changed files with 1 additions and 3 deletions
|
@ -5395,7 +5395,6 @@ and functions.")
|
||||||
(base32
|
(base32
|
||||||
"0zvg2d9qv3avhf3d8ggglh6fdyw8kkwqg3r4622ly5yhxnvnc4jh"))))
|
"0zvg2d9qv3avhf3d8ggglh6fdyw8kkwqg3r4622ly5yhxnvnc4jh"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments '(#:skip-build? #t))
|
|
||||||
(home-page "https://github.com/dtolnay/itoa")
|
(home-page "https://github.com/dtolnay/itoa")
|
||||||
(synopsis "Fast functions for printing integer primitives")
|
(synopsis "Fast functions for printing integer primitives")
|
||||||
(description "This crate provides fast functions for printing integer
|
(description "This crate provides fast functions for printing integer
|
||||||
|
@ -5415,8 +5414,7 @@ primitives to an @code{io::Write}.")
|
||||||
(file-name (string-append name "-" version ".crate"))
|
(file-name (string-append name "-" version ".crate"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18g7p2hrb3dk84z3frfgmszfc9hjb4ps9vp99qlb1kmf9gm8hc5f"))))
|
"18g7p2hrb3dk84z3frfgmszfc9hjb4ps9vp99qlb1kmf9gm8hc5f"))))))
|
||||||
(arguments '())))
|
|
||||||
|
|
||||||
(define-public rust-jobserver-0.1
|
(define-public rust-jobserver-0.1
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue