mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add rust-rustdoc-types-0.23.
* gnu/packages/crates-io.scm (rust-rustdoc-types-0.23): New variable. Change-Id: I74f9f3db2e4b2fc685eb34e48f97f8d35db6bd43 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
784a852001
commit
dab06ec43e
1 changed files with 21 additions and 0 deletions
|
@ -62663,6 +62663,27 @@ (define-public rust-rustdoc-stripper-0.1
|
|||
"This package provides a tool to manipulate rustdoc comments.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public rust-rustdoc-types-0.23
|
||||
(package
|
||||
(name "rust-rustdoc-types")
|
||||
(version "0.23.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "rustdoc-types" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "095jdf44p0b02xq0n9vx1qpnrfgdqkd8nsbmp61r0s4x0q4nyr6c"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-serde" ,rust-serde-1))
|
||||
#:cargo-development-inputs (("rust-bincode" ,rust-bincode-1)
|
||||
("rust-serde-json" ,rust-serde-json-1))))
|
||||
(home-page "https://github.com/aDotInTheVoid/rustdoc-types/")
|
||||
(synopsis "Types for rustdoc's json output")
|
||||
(description "Types for rustdoc's json output.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-rustfix-0.7
|
||||
(package
|
||||
(name "rust-rustfix")
|
||||
|
|
Loading…
Reference in a new issue