teams: work around screen sharing bug

This commit is contained in:
Frederik Rietdijk 2020-10-28 09:39:08 +01:00
parent 533965957e
commit 1489c07cb7

View File

@ -50,6 +50,10 @@ stdenv.mkDerivation rec {
--replace /usr/bin/ $out/bin/
ln -s $out/opt/teams/teams $out/bin/
# Work-around screen sharing bug
# https://docs.microsoft.com/en-us/answers/questions/42095/sharing-screen-not-working-anymore-bug.html
rm $out/opt/teams/resources/app.asar.unpacked/node_modules/slimcore/bin/rect-overlay
'';
dontAutoPatchelf = true;