Unverified Commit fe18ccaf authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #305996 from hbenazha/yazi-unwrapped-asahi

yazi-unwrapped: use system jemalloc
parents 1b962550 ee9b29d1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
, installShellFiles
, stdenv
, Foundation
, rust-jemalloc-sys

, nix-update-script
}:
@@ -25,7 +26,7 @@ rustPlatform.buildRustPackage rec {
  env.YAZI_GEN_COMPLETIONS = true;

  nativeBuildInputs = [ installShellFiles ];
  buildInputs = lib.optionals stdenv.isDarwin [ Foundation ];
  buildInputs = [ rust-jemalloc-sys ] ++ lib.optionals stdenv.isDarwin [ Foundation ];

  postInstall = ''
    installShellCompletion --cmd yazi \