mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #9829 from ardumont/init-org2jekyll
emacs24PackagesNg.org2jekyll: init at 0.1.8
This commit is contained in:
commit
bff7e44ffe
1 changed files with 17 additions and 0 deletions
|
@ -1042,6 +1042,23 @@ let self = _self // overrides;
|
|||
inherit lib;
|
||||
};
|
||||
|
||||
org2jekyll = melpaBuild rec {
|
||||
pname = "org2jekyll";
|
||||
version = "0.1.8";
|
||||
src = fetchFromGitHub {
|
||||
owner = "ardumont";
|
||||
repo = pname;
|
||||
rev = "a12173b9507b3ef54dfebb5751503ba1ee93c6aa";
|
||||
sha256 = "064kw64w9snm0lbshxn8d6yd9xvyislhg37fmhq1w7vy8lm61xvf";
|
||||
};
|
||||
packageRequires = [ dash-functional s deferred ];
|
||||
files = [ "${pname}.el" ];
|
||||
meta = {
|
||||
description = "Blogging with org-mode and jekyll without alien yaml headers";
|
||||
license = gpl3Plus;
|
||||
};
|
||||
};
|
||||
|
||||
org-plus-contrib = melpaBuild rec {
|
||||
pname = "org-plus-contrib";
|
||||
version = "20150406";
|
||||
|
|
Loading…
Reference in a new issue