Unverified Commit 49c3fc46 authored by Guillaume Girol's avatar Guillaume Girol Committed by GitHub
Browse files

Merge pull request #300025 from oliviacrain/nixseparatedebuginfod-asahi

nixseparatedebuginfod: use system jemalloc
parents 248a4a2e de6412ca
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
  ];