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
commit 49c3fc46cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
];