telegram-desktop: restore build on Hydra

Looks like I accidentaly removed meta.platforms entirely instead of setting it to platforms.all which disabled the build...
This commit is contained in:
Ilya Fedin 2023-11-24 13:00:33 +04:00
parent 869da636fe
commit 8fd6ce4021

View file

@ -258,6 +258,7 @@ stdenv.mkDerivation rec {
the MTProto secure protocol.
'';
license = licenses.gpl3Only;
platforms = platforms.all;
homepage = "https://desktop.telegram.org/";
changelog = "https://github.com/telegramdesktop/tdesktop/releases/tag/v${version}";
maintainers = with maintainers; [ nickcao ];