Unverified Commit 06b9053a authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

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

parents f1e64b53 5e00ae31
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;