mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: Add rust-combine-regex-1-1.
* gnu/packages/crates-io.scm (rust-combine-regex-1-1): New variable.
This commit is contained in:
parent
a1fae22af2
commit
72cb721463
1 changed files with 22 additions and 0 deletions
|
@ -4316,6 +4316,28 @@ (define-public rust-colored-1.9.1
|
|||
(sha256
|
||||
(base32 "0fildacm47g86acmx44yvxx6cka8fdym5qkgfm8x8gh2hsrghc7r"))))))
|
||||
|
||||
(define-public rust-combine-regex-1-1
|
||||
(package
|
||||
(name "rust-combine-regex-1")
|
||||
(version "1.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "combine-regex-1" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1bzir63nvrg98i8g6b7crhgq5qbj4vq9f4y6d279af537djvh5ns"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-regex" ,rust-regex-1))))
|
||||
(home-page "https://github.com/Marwes/combine")
|
||||
(synopsis "Re-export of regex 1.0 letting combine use both 0.2 and 1.0")
|
||||
(description
|
||||
"This package is a re-export of regex 1.0 letting combine use both 0.2
|
||||
and 1.0.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
;; This package requires features which are unavailable
|
||||
;; on the stable releases of Rust.
|
||||
(define-public rust-compiler-builtins-0.1
|
||||
|
|
Loading…
Reference in a new issue