Unverified Commit 8f2d1bf9 authored by refi64's avatar refi64 Committed by GitHub
Browse files

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).
parent 5e1eeb20
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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