org-packages 2016-05-07
This commit is contained in:
parent
25c1ff925f
commit
525cf616f4
28
pkgs/applications/editors/emacs-modes/org-generated.nix
Normal file
28
pkgs/applications/editors/emacs-modes/org-generated.nix
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
{ callPackage }: {
|
||||||
|
org = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild {
|
||||||
|
pname = "org";
|
||||||
|
version = "20160502";
|
||||||
|
src = fetchurl {
|
||||||
|
url = "http://orgmode.org/elpa/org-20160502.tar";
|
||||||
|
sha256 = "0ranc2qiw6g6qja0jh1dvh06k6waagkiir2q2zla5d54brw4fg5a";
|
||||||
|
};
|
||||||
|
packageRequires = [];
|
||||||
|
meta = {
|
||||||
|
homepage = "https://elpa.gnu.org/packages/org.html";
|
||||||
|
license = lib.licenses.free;
|
||||||
|
};
|
||||||
|
}) {};
|
||||||
|
org-plus-contrib = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild {
|
||||||
|
pname = "org-plus-contrib";
|
||||||
|
version = "20160502";
|
||||||
|
src = fetchurl {
|
||||||
|
url = "http://orgmode.org/elpa/org-plus-contrib-20160502.tar";
|
||||||
|
sha256 = "1znqh4pp9dlqmmdjhgy6vb880hq3cl4q6nmv48x8n5may159mvm0";
|
||||||
|
};
|
||||||
|
packageRequires = [];
|
||||||
|
meta = {
|
||||||
|
homepage = "https://elpa.gnu.org/packages/org-plus-contrib.html";
|
||||||
|
license = lib.licenses.free;
|
||||||
|
};
|
||||||
|
}) {};
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user