mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
emacs-monokai-theme: 1.0.0 -> 2.2.1
This commit is contained in:
parent
ef14235ebf
commit
51084543b1
@ -307,21 +307,6 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
monokai-theme = melpaBuild rec {
|
||||
pname = "monokai-theme";
|
||||
version = "1.0.0";
|
||||
src = fetchFromGitHub {
|
||||
owner = "oneKelvinSmith";
|
||||
repo = "monokai-emacs";
|
||||
rev = "v${version}";
|
||||
sha256 = "02w7k4s4698p4adjy4a36na28sb1s2zw4xsjs7p2hv9iiw9kmyvz";
|
||||
};
|
||||
meta = {
|
||||
description = "An Emacs port of TextMate' Monokai theme inspired by Zenburn theme";
|
||||
license = gpl3Plus;
|
||||
};
|
||||
};
|
||||
|
||||
multiple-cursors = melpaBuild rec {
|
||||
pname = "multiple-cursors";
|
||||
version = "20150627";
|
||||
|
Loading…
Reference in New Issue
Block a user