mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 22:07:50 +00:00
diffsitter: remove completions binary
This commit is contained in:
parent
f216d5b215
commit
758cef42fd
@ -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…
Reference in New Issue
Block a user