mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 02:20:53 +02:00
gnu: Add rust-defmt-json-schema@0.1.0.
* gnu/packages/crates-io.scm (rust-defmt-json-schema-0.1): New variable. Change-Id: Iaa53c0cc1e9e3d2f99a73d5b7f2f062283c98331
This commit is contained in:
parent
5c9fd922af
commit
1746c16700
1 changed files with 20 additions and 0 deletions
|
@ -20301,6 +20301,26 @@ resource-constrained devices, like micro-controllers.")
|
|||
strings.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-defmt-json-schema-0.1
|
||||
(package
|
||||
(name "rust-defmt-json-schema")
|
||||
(version "0.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "defmt-json-schema" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0smd5mxzk3b6j82ykb0fzk34f6xl1fcchsyqhprir9jpiqi4vc4n"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs (("rust-log" ,rust-log-0.4)
|
||||
("rust-serde" ,rust-serde-1))))
|
||||
(home-page "https://github.com/knurling-rs/defmt")
|
||||
(synopsis "defmt JSON schema")
|
||||
(description "This package provides a defmt JSON schema.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
;; TODO: Unbundle dejavu font
|
||||
(define-public rust-dejavu-2
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue