mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 00:57:26 +00:00
Merge pull request #297252 from ckiee/mhookshot-redundant-rust-dep
matrix-hookshot: avoid runtime dependency on rustc
This commit is contained in:
commit
698e8e843e
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user