teams: work around screen sharing bug
This commit is contained in:
parent
533965957e
commit
1489c07cb7
@ -50,6 +50,10 @@ stdenv.mkDerivation rec {
|
|||||||
--replace /usr/bin/ $out/bin/
|
--replace /usr/bin/ $out/bin/
|
||||||
|
|
||||||
ln -s $out/opt/teams/teams $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;
|
dontAutoPatchelf = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user