From 8f2d1bf902e861e21a2ceda82a28a23f19954d31 Mon Sep 17 00:00:00 2001 From: refi64 Date: Mon, 27 May 2024 23:49:26 -0500 Subject: [PATCH] rubyfmt: Use system jemalloc (#304087) jemalloc-sys hardcodes the build system's pagesize (#202863), making it incompatible with systems that don't have the standard 4k page size (such as Asahi Linux). --- pkgs/development/tools/rubyfmt/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/tools/rubyfmt/default.nix b/pkgs/development/tools/rubyfmt/default.nix index 15457e80aad9..756340e3f091 100644 --- a/pkgs/development/tools/rubyfmt/default.nix +++ b/pkgs/development/tools/rubyfmt/default.nix @@ -13,6 +13,7 @@ , libunwind , libxcrypt , libyaml +, rust-jemalloc-sys-unprefixed , Foundation , Security }: @@ -40,6 +41,7 @@ rustPlatform.buildRustPackage rec { zlib libxcrypt libyaml + rust-jemalloc-sys-unprefixed ] ++ lib.optionals stdenv.isDarwin [ readline libiconv