mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
emacs-company: 0.8.12 -> 0.9.0
This commit is contained in:
parent
66a5bff4e9
commit
2eb4f928a7
@ -151,21 +151,6 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
company = melpaBuild rec {
|
||||
pname = "company";
|
||||
version = "0.8.12";
|
||||
src = fetchFromGitHub {
|
||||
owner = "company-mode";
|
||||
repo = "company-mode";
|
||||
rev = version;
|
||||
sha256 = "08rrjfp2amgya1hswjz3vd5ja6lg2nfmm7454p0h1naz00hlmmw0";
|
||||
};
|
||||
meta = {
|
||||
description = "Modular text completion framework for Emacs";
|
||||
license = gpl3Plus;
|
||||
};
|
||||
};
|
||||
|
||||
company-ghc = melpaBuild rec {
|
||||
pname = "company-ghc";
|
||||
version = "0.1.10";
|
||||
|
Loading…
Reference in New Issue
Block a user