mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add rust-dot-0.1.
* gnu/packages/crates-io.scm (rust-dot-0.1): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
c237f52724
commit
3abd9fab74
1 changed files with 23 additions and 0 deletions
|
@ -13281,6 +13281,29 @@ (define-public rust-dogged-0.2
|
|||
non-persistent vector.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-dot-0.1
|
||||
(package
|
||||
(name "rust-dot")
|
||||
(version "0.1.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "dot" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"01jr7px6anh3yasz8cbbr9ij989gnwb3qdk4852mzzqw996nqjx7"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page
|
||||
"https://github.com/GrahamDennis/dot-rust")
|
||||
(synopsis
|
||||
"Library for generating Graphviz DOT language files for graphs")
|
||||
(description
|
||||
"This package provides a library for generating Graphviz DOT language files
|
||||
for graphs.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-dotenv-0.15
|
||||
(package
|
||||
(name "rust-dotenv")
|
||||
|
|
Loading…
Reference in a new issue