deno: remove unused library file

main
Mark Vainomaa 2 years ago
parent 59c2be70e0
commit 387783a333
No known key found for this signature in database
GPG Key ID: 1B3F9523B542D315
  1. 4
      pkgs/development/web/deno/default.nix

@ -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) \

Loading…
Cancel
Save