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
commit 698e8e843e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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; {