forked from mirrors/nixpkgs
emacs-rich-minority: 0.1.1 -> 1.0.1
This commit is contained in:
parent
ea870e10a8
commit
76826e43f6
|
@ -311,22 +311,6 @@ let
|
|||
inherit lib;
|
||||
};
|
||||
|
||||
rich-minority = melpaBuild rec {
|
||||
pname = "rich-minority";
|
||||
version = "0.1.1";
|
||||
src = fetchFromGitHub {
|
||||
owner = "Bruce-Connor";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "0kvhy4mgs9llihwsb1a9n5a85xzjiyiyawxnz0axy2bvwcxnp20k";
|
||||
};
|
||||
packageRequires = [ dash ];
|
||||
meta = {
|
||||
description = "Hiding and/or highlighting the list of minor modes in the Emacs mode-line";
|
||||
license = gpl3Plus;
|
||||
};
|
||||
};
|
||||
|
||||
rust-mode = melpaBuild rec {
|
||||
pname = "rust-mode";
|
||||
version = "20151026";
|
||||
|
|
Loading…
Reference in a new issue