summary refs log tree commit diff
path: root/pkgs/applications/editors/emacs-modes/org
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2014-06-14 17:28:43 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2014-06-16 21:58:59 +0200
commit63ee29b808c57b5dfa6a174cf64ff5e161530018 (patch)
tree0d4e7b22b9ff952a7af1192cd2a4766b48c609da /pkgs/applications/editors/emacs-modes/org
parent19110c9a53eff51e4f43079d5b0241b8a5c34c53 (diff)
downloadnixlib-63ee29b808c57b5dfa6a174cf64ff5e161530018.tar
nixlib-63ee29b808c57b5dfa6a174cf64ff5e161530018.tar.gz
nixlib-63ee29b808c57b5dfa6a174cf64ff5e161530018.tar.bz2
nixlib-63ee29b808c57b5dfa6a174cf64ff5e161530018.tar.lz
nixlib-63ee29b808c57b5dfa6a174cf64ff5e161530018.tar.xz
nixlib-63ee29b808c57b5dfa6a174cf64ff5e161530018.tar.zst
nixlib-63ee29b808c57b5dfa6a174cf64ff5e161530018.zip
Org-mode 8.2.7 depends on texlive-cm-super.
Diffstat (limited to 'pkgs/applications/editors/emacs-modes/org')
-rw-r--r--pkgs/applications/editors/emacs-modes/org/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/editors/emacs-modes/org/default.nix b/pkgs/applications/editors/emacs-modes/org/default.nix
index 768444008ad4..776a817fc49d 100644
--- a/pkgs/applications/editors/emacs-modes/org/default.nix
+++ b/pkgs/applications/editors/emacs-modes/org/default.nix
@@ -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 \