mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-itoa-0.1: Don't hide package.
* gnu/packages/crates-io.scm (rust-itoa-0.1)[arguments]: Skip build. [properties]: Don't inherit field.
This commit is contained in:
parent
a6e28a92c1
commit
1403c31e3e
1 changed files with 3 additions and 1 deletions
|
@ -4702,7 +4702,9 @@ primitives to an @code{io::Write}.")
|
|||
(file-name (string-append name "-" version ".crate"))
|
||||
(sha256
|
||||
(base32
|
||||
"18g7p2hrb3dk84z3frfgmszfc9hjb4ps9vp99qlb1kmf9gm8hc5f"))))))
|
||||
"18g7p2hrb3dk84z3frfgmszfc9hjb4ps9vp99qlb1kmf9gm8hc5f"))))
|
||||
(arguments '(#:skip-build? #t))
|
||||
(properties '())))
|
||||
|
||||
(define-public rust-js-sys-0.3
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue