mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
Merge pull request #7456 from bcdarwin/button-lock
new emacs package: button-lock 1.0.2
This commit is contained in:
commit
be7e172052
@ -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 {
|
caml = melpaBuild rec {
|
||||||
pname = "caml";
|
pname = "caml";
|
||||||
version = "4.2.1"; # TODO: emacs doesn't seem to like 02 as a version component..
|
version = "4.2.1"; # TODO: emacs doesn't seem to like 02 as a version component..
|
||||||
|
Loading…
Reference in New Issue
Block a user