mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
emacs-semi: 20150223 -> 20160816.239
This commit is contained in:
parent
3b69c01a32
commit
4a95b638a8
@ -311,22 +311,6 @@ let
|
|||||||
inherit lib;
|
inherit lib;
|
||||||
};
|
};
|
||||||
|
|
||||||
semi = melpaBuild rec {
|
|
||||||
pname = "semi";
|
|
||||||
version = "1.14.7"; # 20150203
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "wanderlust";
|
|
||||||
repo = pname;
|
|
||||||
rev = "9976269556c5bcc021e4edf1b0e1accd39929528";
|
|
||||||
sha256 = "1g1xg57pz4msd3f998af5gq28qhmvi410faygzspra6y6ygaka68";
|
|
||||||
};
|
|
||||||
packageRequires = [ apel flim ];
|
|
||||||
meta = {
|
|
||||||
description = "MIME library for Emacs";
|
|
||||||
license = gpl3Plus; # probably
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
shorten = melpaBuild rec {
|
shorten = melpaBuild rec {
|
||||||
pname = "shorten";
|
pname = "shorten";
|
||||||
version = circe.version;
|
version = circe.version;
|
||||||
|
Loading…
Reference in New Issue
Block a user