forked from mirrors/nixpkgs
emacs-packages: add ibuffer-vc
This commit is contained in:
parent
8d737d7bc2
commit
fa8940dd60
|
@ -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