Loading pkgs/tools/text/diffsitter/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,10 @@ rustPlatform.buildRustPackage rec { ]; postInstall = '' # completions are not yet implemented # so we can safely remove this without installing the completions rm $out/bin/diffsitter_completions wrapProgram "$out/bin/diffsitter" \ --prefix LD_LIBRARY_PATH : "${libPath}" ''; Loading Loading
pkgs/tools/text/diffsitter/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,10 @@ rustPlatform.buildRustPackage rec { ]; postInstall = '' # completions are not yet implemented # so we can safely remove this without installing the completions rm $out/bin/diffsitter_completions wrapProgram "$out/bin/diffsitter" \ --prefix LD_LIBRARY_PATH : "${libPath}" ''; Loading