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 <grfn@gws.fyi>
This commit is contained in:
parent
1a48f39078
commit
cbebc75d94
1 changed files with 0 additions and 22 deletions
22
third_party/telega/default.nix
vendored
22
third_party/telega/default.nix
vendored
|
@ -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/
|
|
||||||
'';
|
|
||||||
}
|
|
Loading…
Reference in a new issue