mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 21:29:09 -05:00
gnu: Add rust-pori-0.0.0.
* gnu/packages/crates-io.scm (rust-pori-0.0.0): New variable. Change-Id: I57526d3fceafd6e8c0fd904b3e9028789ba5d5bf
This commit is contained in:
parent
5678be9a3c
commit
8258ee155d
1 changed files with 19 additions and 0 deletions
|
@ -53830,6 +53830,25 @@ (define-public rust-pom-3
|
||||||
overloading without macros in Rust.")
|
overloading without macros in Rust.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-pori-0.0.0
|
||||||
|
(package
|
||||||
|
(name "rust-pori")
|
||||||
|
(version "0.0.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "pori" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "01p9g4fn3kasnmwj8i4plzk6nnnk7ak2qsfcv9b9y4zcilrkv9m4"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-nom" ,rust-nom-7))))
|
||||||
|
(home-page "https://github.com/olson-sean-k/pori")
|
||||||
|
(synopsis "Parser state and error extensions for nom")
|
||||||
|
(description "Parser state and error extensions for nom.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-portable-atomic-1
|
(define-public rust-portable-atomic-1
|
||||||
(package
|
(package
|
||||||
(name "rust-portable-atomic")
|
(name "rust-portable-atomic")
|
||||||
|
|
Loading…
Reference in a new issue