mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
emacs-packages: add ibuffer-vc
This commit is contained in:
parent
8d737d7bc2
commit
fa8940dd60
1 changed files with 12 additions and 0 deletions
|
@ -627,6 +627,18 @@ let self = _self // overrides;
|
|||
meta = { license = gpl3Plus; };
|
||||
};
|
||||
|
||||
ibuffer-vc = melpaBuild rec {
|
||||
pname = "ibuffer-vc";
|
||||
version = "0.10";
|
||||
src = fetchFromGitHub {
|
||||
owner = "purcell";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "0bqdi5w120256g74k0j4jj81x804x1gcg4dxa74w3mb6fl5xlvs8";
|
||||
};
|
||||
meta = { license = gpl3Plus; };
|
||||
};
|
||||
|
||||
ido-ubiquitous = melpaBuild rec {
|
||||
pname = "ido-ubiquitous";
|
||||
version = "2.17";
|
||||
|
|
Loading…
Reference in a new issue