emacs-org-plus-contrib: use elpaBuild

This commit is contained in:
Thomas Tuegel 2016-01-16 11:05:29 -06:00
parent e01a41aee1
commit 001341f8c9

View file

@ -1347,16 +1347,13 @@ let
}; };
}; };
org-plus-contrib = melpaBuild rec { org-plus-contrib = elpaBuild rec {
pname = "org-plus-contrib"; pname = "org-plus-contrib";
version = "20150406"; version = "20150406";
src = fetchurl { src = fetchurl {
url = "http://orgmode.org/elpa/${pname}-${version}.tar"; url = "http://orgmode.org/elpa/${pname}-${version}.tar";
sha256 = "1ny2myg4rm75ab2gl5rqrwy7h53q0vv18df8gk3zv13kljj76c6i"; sha256 = "1ny2myg4rm75ab2gl5rqrwy7h53q0vv18df8gk3zv13kljj76c6i";
}; };
buildPhase = ''
cp $src ${pname}-${version}.tar
'';
meta = { meta = {
description = "Notes, TODO lists, projects, and authoring in plain-text with Emacs"; description = "Notes, TODO lists, projects, and authoring in plain-text with Emacs";
license = gpl3Plus; license = gpl3Plus;