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

matrix-hookshot: avoid runtime dependency on rustc
This commit is contained in:
Martin Weinelt
2024-03-20 04:22:15 +01:00
committed by GitHub
@@ -72,6 +72,11 @@ mkYarnPackage rec {
"$out/libexec/matrix-hookshot/deps/matrix-hookshot/lib/App/BridgeApp.js"
'';
postFixup = ''
# Scrub reference to rustc
rm $out/libexec/matrix-hookshot/deps/matrix-hookshot/target/.rustc_info.json
'';
doDist = false;
meta = with lib; {