Merge pull request #297252 from ckiee/mhookshot-redundant-rust-dep

matrix-hookshot: avoid runtime dependency on rustc

authored by Martin Weinelt and committed by GitHub 698e8e84 b8bd37d3

+5
+5
pkgs/servers/matrix-synapse/matrix-hookshot/default.nix
··· 72 "$out/libexec/matrix-hookshot/deps/matrix-hookshot/lib/App/BridgeApp.js" 73 ''; 74 75 doDist = false; 76 77 meta = with lib; {
··· 72 "$out/libexec/matrix-hookshot/deps/matrix-hookshot/lib/App/BridgeApp.js" 73 ''; 74 75 + postFixup = '' 76 + # Scrub reference to rustc 77 + rm $out/libexec/matrix-hookshot/deps/matrix-hookshot/target/.rustc_info.json 78 + ''; 79 + 80 doDist = false; 81 82 meta = with lib; {