Merge pull request #2938 from pSub/org-mode

Org-mode 8.2.7 depends on texlive-cm-super.
This commit is contained in:
John Wiegley 2014-06-18 09:42:12 -07:00
commit 4643126d10

@ -1,4 +1,5 @@
{ fetchurl, stdenv, emacs, texinfo, which, texLive }:
{ fetchurl, stdenv, emacs, texinfo, which, texLive, texLiveCMSuper
, texLiveAggregationFun }:
stdenv.mkDerivation rec {
name = "org-8.2.7";
@ -9,7 +10,7 @@ stdenv.mkDerivation rec {
};
buildInputs = [ emacs ];
nativeBuildInputs = [ texinfo texLive ];
nativeBuildInputs = [ (texLiveAggregationFun { paths=[ texinfo texLive texLiveCMSuper ]; }) ];
configurePhase =
'' sed -i mk/default.mk \