diffsitter: remove completions binary

This commit is contained in:
figsoda
2023-05-12 09:19:03 -04:00
parent f216d5b215
commit 758cef42fd
+4
View File
@@ -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}"
'';