From b863b5fc3595d4de69ffdf1732416b625286a72c Mon Sep 17 00:00:00 2001 From: "Antoine R. Dumont (@ardumont)" Date: Mon, 28 Dec 2015 20:28:48 +0100 Subject: [PATCH] Remove yasnippet's manual derivation 11503 related --- pkgs/top-level/emacs-packages.nix | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/pkgs/top-level/emacs-packages.nix b/pkgs/top-level/emacs-packages.nix index fe57a2f122a..3a75f2a9fd1 100644 --- a/pkgs/top-level/emacs-packages.nix +++ b/pkgs/top-level/emacs-packages.nix @@ -1984,29 +1984,6 @@ let }; }; - yasnippet = melpaBuild rec { - pname = "yasnippet"; - version = "0.8.1"; - src = fetchFromGitHub { - owner = "capitaomorte"; - repo = pname; - rev = "01139a2deb9eda272b9b771fbbe15d096061efa4"; - sha256 = "1b0bxzkmw7yd1yf6326zf52aq63n283vy57pysj8cc34d9bk6nnk"; - }; - meta = { - description = "A template system for Emacs"; - longDescription = '' - YASnippet is a template system for Emacs. - It allows you to type an abbreviation and automatically expand it into - function templates. Bundled language templates include: C, C++, C#, - Perl, Python, Ruby, SQL, LaTeX, HTML, CSS and more. - The snippet syntax is inspired from TextMate's syntax, you can even import - most TextMate templates to YASnippet. - ''; - license = gpl2Plus; - }; - }; - zenburn-theme = melpaBuild rec { pname = "zenburn-theme"; version = "2.2";