Merge pull request #300025 from oliviacrain/nixseparatedebuginfod-asahi

nixseparatedebuginfod: use system jemalloc
This commit is contained in:
Guillaume Girol
2024-03-30 11:25:24 +01:00
committed by GitHub
@@ -3,6 +3,7 @@
, rustPlatform
, libarchive
, openssl
, rust-jemalloc-sys
, sqlite
, pkg-config
, nixosTests
@@ -27,6 +28,7 @@ rustPlatform.buildRustPackage rec {
buildInputs = [
libarchive
openssl
rust-jemalloc-sys
sqlite
];