Org-mode 8.2.7 depends on texlive-cm-super.

This commit is contained in:
Pascal Wittmann 2014-06-14 17:28:43 +02:00
parent 19110c9a53
commit 63ee29b808
1 changed files with 3 additions and 2 deletions

View File

@ -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 \