1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 07:00:43 +00:00

new emacs package: button-lock 1.0.2

This commit is contained in:
Ben Darwin 2015-04-19 01:02:49 -04:00
parent ade440fa84
commit f023c0a023

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..