Unverified Commit e14f1085 authored by Nick Cao's avatar Nick Cao
Browse files

telegram-desktop: disable swift 6 local translation

parent 1d846126
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -104,6 +104,8 @@ stdenv.mkDerivation (finalAttrs: {
    # We're allowed to used the API ID of the Snap package:
    (lib.cmakeFeature "TDESKTOP_API_ID" "611335")
    (lib.cmakeFeature "TDESKTOP_API_HASH" "d524b414d21f4d37f08684c1df41ac9c")
    # swift 6 is not available in nixpkgs
    (lib.cmakeBool "DESKTOP_APP_DISABLE_SWIFT6" true)
  ];

  installPhase = lib.optionalString stdenv.hostPlatform.isDarwin ''