From d6351cc6ec85e505c87991ae19c2a8f22862b3f9 Mon Sep 17 00:00:00 2001 From: Maxime Devos Date: Thu, 23 Jun 2022 09:35:29 +0000 Subject: [PATCH] rust-tikv-jemalloc-sys: Replace by presumably compatible non-bundling package. It bundles jemalloc: . And apparently jemalloc-sys has become tikv-jemalloc-sys: . - add replacement --- antioxidant-packages.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/antioxidant-packages.scm b/antioxidant-packages.scm index fa7c37c..d74de47 100644 --- a/antioxidant-packages.scm +++ b/antioxidant-packages.scm @@ -4321,6 +4321,7 @@ futures-aware, FIFO queue") ("rust-image" ,rust-image) ("rust-lebe" ,rust-lebe) ("rust-exr" ,rust-exr) + ("rust-tikv-jemalloc-sys" ,(p rust-jemalloc-sys-0.3)) ; the tikv fork does bundling (https://issues.guix.gnu.org/56157), and apparently the fork is now mainstream (just a different name), see https://github.com/tikv/jemallocator/pull/25, so no need for two separate packages (TODO: upstream rust-jemalloc-sys) ("rust-lalrpop" ,rust-lalrpop) ("rust-lalrpop-util" ,rust-lalrpop-util) ("rust-nalgebra" ,(p rust-nalgebra-0.26)) ; replace by building version