Commit 8fd6ce40 authored by Ilya Fedin's avatar Ilya Fedin
Browse files

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...
parent 869da636
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];