emacs-packages: Drop lcs package
It's in the melpa generated package `circe`
This commit is contained in:
parent
843eae6a51
commit
6551f2aa5b
1 changed files with 0 additions and 13 deletions
|
@ -304,19 +304,6 @@ let
|
|||
inherit (external.rtags) meta;
|
||||
};
|
||||
|
||||
lcs = melpaBuild rec {
|
||||
pname = "lcs";
|
||||
version = circe.version;
|
||||
src = circe.src;
|
||||
recipe = writeText "recipe" ''
|
||||
(lcs :repo "jorgenschaefer/circe" :fetcher github :files ("lcs.el"))
|
||||
'';
|
||||
meta = {
|
||||
description = "Longest Common Sequence (LCS) library for Emacs";
|
||||
license = gpl3Plus;
|
||||
};
|
||||
};
|
||||
|
||||
lib-requires =
|
||||
callPackage ../applications/editors/emacs-modes/lib-requires { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue