From cbebc75d94f02659c8d90211fa6acd16c606e6a4 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 14 Aug 2020 14:19:24 +0100 Subject: chore(3p): Remove telega derivation The upstream telega.el derivation (under emacsPackages) now includes the server component. Change-Id: I49d85ea16d2fce10a505e2459fcd396706e39923 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1748 Tested-by: BuildkiteCI Reviewed-by: glittershark --- third_party/telega/default.nix | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 third_party/telega/default.nix diff --git a/third_party/telega/default.nix b/third_party/telega/default.nix deleted file mode 100644 index 8c1a31ba79..0000000000 --- a/third_party/telega/default.nix +++ /dev/null @@ -1,22 +0,0 @@ -# Telega is an Emacs client for Telegram. It requires a native server -# component to run correctly, which is built by this derivation. -{ pkgs, ... }: - -with pkgs; - -stdenv.mkDerivation { - name = "telega"; - buildInputs = [ tdlib ]; - - src = fetchFromGitHub { - owner = "zevlg"; - repo = "telega.el"; - rev = "76ffa52cd36b9ba3236d0f4e0c213495d3609212"; - sha256 = "15w6yj8n75yh6zhra4qw5pkfc8asgrwh6m8dz1vax2ma6yy2ds2r"; - } + "/server"; - - installPhase = '' - mkdir -p $out/bin - mv telega-server $out/bin/ - ''; -} -- cgit 1.4.1