From: Herman Rimm via Guix-patches via <guix-patches@gnu.org>
To: 75212@debbugs.gnu.org
Cc: Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#75212] [PATCH rust-team 7/7] gnu: rust-simd-json-0.13: Remove snippet.
Date: Mon, 30 Dec 2024 20:47:52 +0100 [thread overview]
Message-ID: <06ced2940325c112ec65a06bc86f2e6fb882157f.1735587580.git.herman@rimm.ee> (raw)
In-Reply-To: <6375e73e5e07bfb5322601a5d61dd851979201c4.1735587580.git.herman@rimm.ee>
* gnu/packages/crates-io.scm (rust-simd-json-0.13): Remove snippet.
[arguments]: Uncomment optional dependencies.
Change-Id: I5c776a89df8383463a9f57dcb22c7f706ed0e256
---
gnu/packages/crates-io.scm | 19 +++++--------------
1 file changed, 5 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 093243279b2..5b09e98cd61 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -75457,29 +75457,20 @@ (define-public rust-simd-json-0.13
(uri (crate-uri "simd-json" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "0xmzpzklnxxnwspf7abhzgr3khbnrw4h8svag8rq9i4v3c88zbrg"))
- (snippet
- #~(begin (use-modules (guix build utils))
- ;; Remove some of the optional dependencies:
- (substitute* "Cargo.toml.orig"
- ((".*alloc_counter.*") "")
- ((".*colored.*") "")
- ((".*jemallocator.*") "")
- ((".*perfcnt.*") ""))
- (rename-file "Cargo.toml.orig" "Cargo.toml")))))
+ (base32 "0xmzpzklnxxnwspf7abhzgr3khbnrw4h8svag8rq9i4v3c88zbrg"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-ahash" ,rust-ahash-0.8)
- ;("rust-alloc-counter" ,rust-alloc-counter-0.0.4)
+ ("rust-alloc-counter" ,rust-alloc-counter-0.0.4)
("rust-beef" ,rust-beef-0.5)
- ;("rust-colored" ,rust-colored-2)
+ ("rust-colored" ,rust-colored-2)
("rust-getopts" ,rust-getopts-0.2)
("rust-getrandom" ,rust-getrandom-0.2)
("rust-halfbrown" ,rust-halfbrown-0.2)
- ;("rust-jemallocator" ,rust-jemallocator-0.5)
+ ("rust-jemallocator" ,rust-jemallocator-0.5)
("rust-lexical-core" ,rust-lexical-core-0.8)
("rust-once-cell" ,rust-once-cell-1)
- ;("rust-perfcnt" ,rust-perfcnt-0.8)
+ ("rust-perfcnt" ,rust-perfcnt-0.8)
("rust-ref-cast" ,rust-ref-cast-1)
("rust-serde" ,rust-serde-1)
("rust-serde-json" ,rust-serde-json-1)
--
2.45.2
prev parent reply other threads:[~2024-12-30 19:49 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-30 19:39 [bug#75212] [PATCH rust-team 1/7] gnu: Add rust-alloc-counter-macro-0.0.2 Herman Rimm via Guix-patches via
2024-12-30 19:47 ` [bug#75212] [PATCH rust-team 2/7] gnu: Add rust-alloc-counter-0.0.4 Herman Rimm via Guix-patches via
2024-12-30 19:47 ` [bug#75212] [PATCH rust-team 3/7] gnu: Add rust-libc-0.1 Herman Rimm via Guix-patches via
2024-12-30 19:47 ` [bug#75212] [PATCH rust-team 4/7] gnu: Add rust-mmap-0.1 Herman Rimm via Guix-patches via
2024-12-30 19:47 ` [bug#75212] [PATCH rust-team 5/7] gnu: Add rust-x86-0.47 Herman Rimm via Guix-patches via
2024-12-30 19:47 ` [bug#75212] [PATCH rust-team 6/7] gnu: Add rust-perfcnt-0.8 Herman Rimm via Guix-patches via
2024-12-30 19:47 ` Herman Rimm via Guix-patches via [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=06ced2940325c112ec65a06bc86f2e6fb882157f.1735587580.git.herman@rimm.ee \
--to=guix-patches@gnu.org \
--cc=75212@debbugs.gnu.org \
--cc=efraim@flashner.co.il \
--cc=herman@rimm.ee \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).