mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
emacs-packages: Drop lcs package
It's in the melpa generated package `circe`
This commit is contained in:
parent
843eae6a51
commit
6551f2aa5b
@ -304,19 +304,6 @@ let
|
|||||||
inherit (external.rtags) meta;
|
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 =
|
lib-requires =
|
||||||
callPackage ../applications/editors/emacs-modes/lib-requires { };
|
callPackage ../applications/editors/emacs-modes/lib-requires { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user