mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: Add rust-rustdoc-stripper-0.1.
* gnu/packages/crates-io.scm (rust-rustdoc-stripper-0.1): New variable.
This commit is contained in:
parent
818794ee28
commit
87a3a185fe
1 changed files with 23 additions and 0 deletions
|
@ -14750,6 +14750,29 @@ require unstable language features.")
|
|||
rustc compiler.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-rustdoc-stripper-0.1
|
||||
(package
|
||||
(name "rust-rustdoc-stripper")
|
||||
(version "0.1.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "rustdoc-stripper" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"13rf65a0xk1zyb92jd8p12x529rsbfchwk9zvjr0snr9savpxw19"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-development-inputs
|
||||
(("rust-tempfile" ,rust-tempfile-3.1))))
|
||||
(home-page "https://github.com/GuillaumeGomez/rustdoc-stripper")
|
||||
(synopsis "Nanipulate rustdoc comments")
|
||||
(description
|
||||
"This package provides a tool to manipulate rustdoc comments.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public rust-rustfix-0.4
|
||||
(package
|
||||
(name "rust-rustfix")
|
||||
|
|
Loading…
Reference in a new issue