oha: Use system jemalloc (#409964)

authored by Aleksana and committed by GitHub 85c0cc42 03033743

+2
+2
pkgs/by-name/oh/oha/package.nix
··· 5 stdenv, 6 pkg-config, 7 openssl, 8 }: 9 10 rustPlatform.buildRustPackage rec { ··· 27 28 buildInputs = lib.optionals stdenv.hostPlatform.isLinux [ 29 openssl 30 ]; 31 32 # tests don't work inside the sandbox
··· 5 stdenv, 6 pkg-config, 7 openssl, 8 + rust-jemalloc-sys, 9 }: 10 11 rustPlatform.buildRustPackage rec { ··· 28 29 buildInputs = lib.optionals stdenv.hostPlatform.isLinux [ 30 openssl 31 + rust-jemalloc-sys 32 ]; 33 34 # tests don't work inside the sandbox