gnu: rust-itoa-0.1: Don't skip build.

* gnu/packages/crates-io.scm (rust-itoa-0.1)[arguments]: Don't inherit.
This commit is contained in:
Efraim Flashner 2020-02-08 21:16:45 +02:00
parent 0f7720d1b0
commit c5ee55d347
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -5415,7 +5415,8 @@ (define-public rust-itoa-0.1
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
"18g7p2hrb3dk84z3frfgmszfc9hjb4ps9vp99qlb1kmf9gm8hc5f"))))))
"18g7p2hrb3dk84z3frfgmszfc9hjb4ps9vp99qlb1kmf9gm8hc5f"))))
(arguments '())))
(define-public rust-jobserver-0.1
(package