1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

org2jekyll: init at 0.1.8

This commit is contained in:
Antoine R. Dumont 2015-09-12 10:51:43 +02:00
parent 812f7be7dc
commit b78299bf32

View file

@ -1021,6 +1021,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";