Loading pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/unwrapped.nix +2 −0 Original line number Diff line number Diff line Loading @@ -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 '' Loading Loading
pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/unwrapped.nix +2 −0 Original line number Diff line number Diff line Loading @@ -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 '' Loading