mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +02:00
gnu: Add rust-indent-write-2.
* gnu/packages/crates-io.scm (rust-indent-write-2): New variable. Change-Id: I6f1c962f05c05a223fa63e0d7eac7fbd8dc3c7d9 Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
parent
ad4fd61029
commit
a4fb13ccd7
1 changed files with 19 additions and 0 deletions
|
@ -34696,6 +34696,25 @@ with compile-time deflation and runtime lazy inflation.")
|
||||||
crate.")
|
crate.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public rust-indent-write-2
|
||||||
|
(package
|
||||||
|
(name "rust-indent-write")
|
||||||
|
(version "2.2.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "indent_write" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1hqjp80argdskrhd66g9sh542yxy8qi77j6rc69qd0l7l52rdzhc"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(home-page "https://github.com/Lucretiel/indent-write")
|
||||||
|
(synopsis "Write adapters to add indentation")
|
||||||
|
(description
|
||||||
|
"This package provides simple Write adapters to add line
|
||||||
|
indentation.")
|
||||||
|
(license license:mpl2.0)))
|
||||||
|
|
||||||
(define-public rust-indenter-0.3
|
(define-public rust-indenter-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-indenter")
|
(name "rust-indenter")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue