emacsPackages: remove outdated helm
This commit is contained in:
parent
bcc8e0ca1e
commit
9f882729bf
1 changed files with 0 additions and 16 deletions
|
@ -963,22 +963,6 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
helm = melpaBuild rec {
|
||||
pname = "helm";
|
||||
version = "20150105";
|
||||
src = fetchFromGitHub {
|
||||
owner = "emacs-helm";
|
||||
repo = pname;
|
||||
rev = "e5608ad86e7ca72446a4b1aa0faf604200ffe895";
|
||||
sha256 = "0n2kr6pyzcsi8pq6faxz2y8kicz1gmvj98fzzlq3a107dqqp25ay";
|
||||
};
|
||||
packageRequires = [ async ];
|
||||
meta = {
|
||||
description = "An incremental completion and selection narrowing framework for Emacs";
|
||||
license = gpl3Plus;
|
||||
};
|
||||
};
|
||||
|
||||
helm-bibtex = melpaBuild rec {
|
||||
pname = "helm-bibtex";
|
||||
version = "20151125";
|
||||
|
|
Loading…
Reference in a new issue