mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: Add rust-stable-pattern-0.1.
* gnu/packages/crates-io.scm (rust-stable-pattern-0.1): New variable. Change-Id: I15d4a121da65441bd3f2fcb2134c056cbad06767
This commit is contained in:
parent
0ef23f7fe8
commit
94d78fa361
1 changed files with 21 additions and 0 deletions
|
@ -68998,6 +68998,27 @@ (define-public rust-stable-deref-trait-1
|
|||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
(define-public rust-stable-pattern-0.1
|
||||
(package
|
||||
(name "rust-stable-pattern")
|
||||
(version "0.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "stable-pattern" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0i8hq82vm82mqj02qqcsd7caibrih7x5w3a1xpm8hpv30261cr25"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no method named `as_str` found for struct `std::str::Split`
|
||||
#:cargo-inputs (("rust-memchr" ,rust-memchr-2))))
|
||||
(home-page "https://github.com/SergioBenitez/stable-pattern")
|
||||
(synopsis "Stable port of std::str::Pattern and friends")
|
||||
(description
|
||||
"This package provides a stable port of @code{std::str::Pattern} and friends.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-stacker-0.1
|
||||
(package
|
||||
(name "rust-stacker")
|
||||
|
|
Loading…
Reference in a new issue