3
0
Fork 0
forked from mirrors/nixpkgs

emacs-rich-minority: 0.1.1 -> 1.0.1

This commit is contained in:
Thomas Tuegel 2016-09-26 08:34:33 -05:00
parent ea870e10a8
commit 76826e43f6
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -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";