teams: fix Darwin build (#377741) (#393061)

This commit is contained in:
Arne Keller
2025-03-30 15:36:37 +02:00
committed by GitHub
+1 -1
View File
@@ -51,7 +51,7 @@ stdenv.mkDerivation {
zcat < Teams_osx_app.pkg/Payload | cpio -i
'';
sourceRoot = "Microsoft\\ Teams.app";
sourceRoot = "Microsoft Teams.app";
dontPatch = true;
dontConfigure = true;
dontBuild = true;