mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
emacs-circe: 2.1 -> 2.3
This commit is contained in:
parent
3f59851563
commit
66a5bff4e9
1 changed files with 0 additions and 17 deletions
|
@ -151,23 +151,6 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
circe = melpaBuild rec {
|
||||
pname = "circe";
|
||||
version = "2.1";
|
||||
src = fetchFromGitHub {
|
||||
owner = "jorgenschaefer";
|
||||
repo = "circe";
|
||||
rev = "v${version}";
|
||||
sha256 = "0q3rv6lk37yybkbswmn4pgzca0nfhvf4h3ac395fr16k5ixybc5q";
|
||||
};
|
||||
packageRequires = [ lcs lui ];
|
||||
fileSpecs = [ "circe*.el" "irc.el" "make-tls-process.el" ];
|
||||
meta = {
|
||||
description = "IRC client for Emacs";
|
||||
license = gpl3Plus;
|
||||
};
|
||||
};
|
||||
|
||||
company = melpaBuild rec {
|
||||
pname = "company";
|
||||
version = "0.8.12";
|
||||
|
|
Loading…
Reference in a new issue