forked from mirrors/nixpkgs
Merge pull request #2938 from pSub/org-mode
Org-mode 8.2.7 depends on texlive-cm-super.
This commit is contained in:
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 \
|
||||
|
|
Loading…
Reference in a new issue