3
0
Fork 0
forked from mirrors/nixpkgs

emacs-packages: add git-timemachine-2.3

This commit is contained in:
Thomas Tuegel 2015-04-08 15:21:31 -05:00
parent 3cc43fa386
commit 304e61f6c0

View file

@ -550,6 +550,21 @@ let self = _self // overrides;
meta = { license = gpl3Plus; };
};
git-timemachine = melpaBuild rec {
pname = "git-timemachine";
version = "2.3";
src = fetchFromGitHub {
owner = "pidu";
repo = pname;
rev = version;
sha256 = "1lm6rgbzbxnwfn48xr6bg05lb716grfr4nqm8lvjm64nabh5y9bh";
};
meta = {
description = "Step through historic revisions of git controlled files";
license = gpl3Plus;
};
};
gitattributes-mode = melpaBuild rec {
pname = "gitattributes-mode";
version = "1.0.0";