summary refs log tree commit diff
path: root/pkgs/tools/typesetting
diff options
context:
space:
mode:
authorMathijs Kwik <mathijs@bluescreen303.nl>2013-12-31 11:45:47 +0100
committerMathijs Kwik <mathijs@bluescreen303.nl>2013-12-31 12:25:44 +0100
commit515488790e4fbf7dfce8648317b036e0ecb924fc (patch)
tree3f05861bdff29b7f90c1fb7a4ec046d4c3966d1d /pkgs/tools/typesetting
parentbc0c50ced9716b212b9fb9b87d56fed55d957caf (diff)
downloadnixlib-515488790e4fbf7dfce8648317b036e0ecb924fc.tar
nixlib-515488790e4fbf7dfce8648317b036e0ecb924fc.tar.gz
nixlib-515488790e4fbf7dfce8648317b036e0ecb924fc.tar.bz2
nixlib-515488790e4fbf7dfce8648317b036e0ecb924fc.tar.lz
nixlib-515488790e4fbf7dfce8648317b036e0ecb924fc.tar.xz
nixlib-515488790e4fbf7dfce8648317b036e0ecb924fc.tar.zst
nixlib-515488790e4fbf7dfce8648317b036e0ecb924fc.zip
texLive: passthru all source attributes
Diffstat (limited to 'pkgs/tools/typesetting')
-rw-r--r--pkgs/tools/typesetting/tex/texlive/default.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/pkgs/tools/typesetting/tex/texlive/default.nix b/pkgs/tools/typesetting/tex/texlive/default.nix
index 2b9c6d066372..47421185d8ac 100644
--- a/pkgs/tools/typesetting/tex/texlive/default.nix
+++ b/pkgs/tools/typesetting/tex/texlive/default.nix
@@ -15,6 +15,8 @@ rec {
     sha256 = "003rj7pv38lgmggya2nbzcyfdx5d4wa7h1h4xh7iivsxja7z4m1d";
   };
 
+  passthru = { inherit texmfSrc langTexmfSrc; };
+
   setupHook = ./setup-hook.sh;
 
   doMainBuild = fullDepEntry ( stdenv.lib.optionalString stdenv.isDarwin ''
@@ -100,8 +102,8 @@ rec {
   patchShebangsInterimShareTexmfDist = doPatchShebangs ''$out/share/texmf-dist/scripts/'';
   patchShebangsInterimTexmfDist = doPatchShebangs ''$out/texmf-dist/scripts/'';
 
-  patchShebangsInterim = fullDepEntry ("") ["patchShebangsInterimBin" 
-    "patchShebangsInterimLibexec" "patchShebangsInterimTexmfDist" 
+  patchShebangsInterim = fullDepEntry ("") ["patchShebangsInterimBin"
+    "patchShebangsInterimLibexec" "patchShebangsInterimTexmfDist"
     "patchShebangsInterimShareTexmfDist"];
 
   buildInputs = [ zlib bzip2 ncurses libpng flex bison libX11 libICE xproto
@@ -112,7 +114,7 @@ rec {
 
   configureFlags = [ "--with-x11" "--enable-ipc" "--with-mktexfmt"
     "--enable-shared" "--disable-native-texlive-build" "--with-system-zziplib"
-    "--with-system-libgs" "--with-system-t1lib" "--with-system-freetype2" 
+    "--with-system-libgs" "--with-system-t1lib" "--with-system-freetype2"
     "--with-system-freetype=no" "--disable-ttf2pk" "--enable-ttf2pk2"
     ]
     ++ ( if stdenv.isDarwin