diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-10-18 22:53:04 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-10-24 10:46:22 +0300 |
commit | cd49b60126ee20d639099555dcb0b69aaab0767c (patch) | |
tree | 2aef34629bfaf8133666861f676152c7d5852ba0 | |
parent | 78db28b6039cc358451987eea5ccf2ba7165523e (diff) | |
download | guix-cd49b60126ee20d639099555dcb0b69aaab0767c.tar.gz |
gnu: Remove rust-serde-regex-1.
* gnu/packages/crates-io.scm (rust-serde-regex-1): Delete variable.
-rw-r--r-- | gnu/packages/crates-io.scm | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 6e0d29bcd6..0c8cb661d5 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -53936,30 +53936,6 @@ using nested parameters, similar to those used by @code{qs} for Node, and commonly used by Ruby on Rails via Rack.") (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 (package (name "rust-serde-repr") |