deno: remove unused library file

This commit is contained in:
Mark Vainomaa 2021-12-17 18:45:35 +02:00
parent 59c2be70e0
commit 387783a333
No known key found for this signature in database
GPG Key ID: 1B3F9523B542D315

View File

@ -43,6 +43,10 @@ rustPlatform.buildRustPackage rec {
# Skipping until resolved
doCheck = false;
preInstall = ''
find ./target -name libswc_common.${stdenv.hostPlatform.extensions.sharedLibrary} -delete
'';
postInstall = ''
installShellCompletion --cmd deno \
--bash <($out/bin/deno completions bash) \