Merge pull request #7456 from bcdarwin/button-lock

new emacs package: button-lock 1.0.2
This commit is contained in:
Pascal Wittmann 2015-04-19 09:52:06 +02:00
commit be7e172052

View File

@ -227,6 +227,22 @@ let self = _self // overrides;
};
};
button-lock = melpaBuild rec {
pname = "button-lock";
version = "1.0.2";
src = fetchFromGitHub {
owner = "rolandwalker";
repo = pname;
rev = "v${version}";
sha256 = "1kqcc1d56jz107bswlzvdng6ny6qwp93yck2i2j921msn62qvbb2";
};
meta = {
description = "Mouseable text in Emacs";
homepage = "https://github.com/rolandwalker/button-lock";
license = bsd2;
};
};
caml = melpaBuild rec {
pname = "caml";
version = "4.2.1"; # TODO: emacs doesn't seem to like 02 as a version component..