gnu: rust-itoa-0.4: Don't skip build.
* gnu/packages/crates-io.scm (rust-itoa-0.4)[arguments]: Don't skip build.master
parent
c5ee55d347
commit
8b0e09d260
|
@ -5395,7 +5395,6 @@ and functions.")
|
|||
(base32
|
||||
"0zvg2d9qv3avhf3d8ggglh6fdyw8kkwqg3r4622ly5yhxnvnc4jh"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments '(#:skip-build? #t))
|
||||
(home-page "https://github.com/dtolnay/itoa")
|
||||
(synopsis "Fast functions for printing integer primitives")
|
||||
(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"))
|
||||
(sha256
|
||||
(base32
|
||||
"18g7p2hrb3dk84z3frfgmszfc9hjb4ps9vp99qlb1kmf9gm8hc5f"))))
|
||||
(arguments '())))
|
||||
"18g7p2hrb3dk84z3frfgmszfc9hjb4ps9vp99qlb1kmf9gm8hc5f"))))))
|
||||
|
||||
(define-public rust-jobserver-0.1
|
||||
(package
|
||||
|
|
Reference in New Issue