3
0
Fork 0
forked from mirrors/nixpkgs

emacs-goto-chg: 1.6 -> 20131228.659

This commit is contained in:
Thomas Tuegel 2016-09-26 07:51:58 -05:00
parent 36fca11884
commit 781dc67704
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -284,21 +284,6 @@ let
inherit (external.rtags) meta;
};
goto-chg = melpaBuild rec {
pname = "goto-chg";
version = "1.6";
src = fetchhg {
url = "https://bitbucket.org/lyro/evil";
rev = "e5588e50c0e40a66c099868ea825755e348311fb";
sha256 = "0185vrzfdz6iwhmc22rjy0n7ppfppp2ddc8xl0vvbda79q6w3bp8";
};
files = [ "lib/goto-chg.el" ];
meta = {
description = "Goto last change in current buffer using Emacs undo information";
license = gpl3Plus;
};
};
haskell-mode = melpaBuild rec {
pname = "haskell-mode";
version = "13.16";