mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 21:29:09 -05:00
gnu: Add rust-omnipath-0.1.
* gnu/packages/crates-io.scm (rust-omnipath-0.1): New variable. Change-Id: I9007edc1663f058c5685fa97fc1c20cfa13f2bbe
This commit is contained in:
parent
93d8d14e53
commit
5125f13643
1 changed files with 17 additions and 0 deletions
|
@ -47733,6 +47733,23 @@ (define-public rust-ogg-0.8
|
|||
spec in pure Rust.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-omnipath-0.1
|
||||
(package
|
||||
(name "rust-omnipath")
|
||||
(version "0.1.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "omnipath" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0xd5a4xwsfmhzk59v6wz65f59rk16d7gvkg90w1qhb0jg08b7bc0"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/ChrisDenton/omnipath")
|
||||
(synopsis "Path utility library")
|
||||
(description "This package provides a path utility library.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-onig-6
|
||||
(package
|
||||
(name "rust-onig")
|
||||
|
|
Loading…
Reference in a new issue