mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: Remove rust-serde-regex-1.
* gnu/packages/crates-io.scm (rust-serde-regex-1): Delete variable.
This commit is contained in:
parent
78db28b603
commit
cd49b60126
1 changed files with 0 additions and 24 deletions
|
@ -53936,30 +53936,6 @@ (define-public rust-serde-qs-0.7
|
||||||
commonly used by Ruby on Rails via Rack.")
|
commonly used by Ruby on Rails via Rack.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-serde-regex-1
|
|
||||||
(package
|
|
||||||
(name "rust-serde-regex")
|
|
||||||
(version "1.1.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "serde_regex" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "1pxsnxb8c198szghk1hvzvhva36w2q5zs70hqkmdf5d89qd6y4x8"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:cargo-inputs
|
|
||||||
(("rust-regex" ,rust-regex-1))
|
|
||||||
#:cargo-development-inputs
|
|
||||||
(("rust-serde-derive" ,rust-serde-derive-1)
|
|
||||||
("rust-serde-json" ,rust-serde-json-1))))
|
|
||||||
(home-page "https://github.com/tailhook/serde-regex")
|
|
||||||
(synopsis "Serde wrapper to serialize regular expressions as strings")
|
|
||||||
(description "This package provides a serde wrapper, that can be used to
|
|
||||||
serialize regular expressions as strings.")
|
|
||||||
(license (list license:expat license:asl2.0))))
|
|
||||||
|
|
||||||
(define-public rust-serde-repr-0.1
|
(define-public rust-serde-repr-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-serde-repr")
|
(name "rust-serde-repr")
|
||||||
|
|
Loading…
Reference in a new issue