texLive: passthru all source attributes
This commit is contained in:
parent
bc0c50ced9
commit
515488790e
@ -15,6 +15,8 @@ rec {
|
|||||||
sha256 = "003rj7pv38lgmggya2nbzcyfdx5d4wa7h1h4xh7iivsxja7z4m1d";
|
sha256 = "003rj7pv38lgmggya2nbzcyfdx5d4wa7h1h4xh7iivsxja7z4m1d";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
passthru = { inherit texmfSrc langTexmfSrc; };
|
||||||
|
|
||||||
setupHook = ./setup-hook.sh;
|
setupHook = ./setup-hook.sh;
|
||||||
|
|
||||||
doMainBuild = fullDepEntry ( stdenv.lib.optionalString stdenv.isDarwin ''
|
doMainBuild = fullDepEntry ( stdenv.lib.optionalString stdenv.isDarwin ''
|
||||||
@ -100,8 +102,8 @@ rec {
|
|||||||
patchShebangsInterimShareTexmfDist = doPatchShebangs ''$out/share/texmf-dist/scripts/'';
|
patchShebangsInterimShareTexmfDist = doPatchShebangs ''$out/share/texmf-dist/scripts/'';
|
||||||
patchShebangsInterimTexmfDist = doPatchShebangs ''$out/texmf-dist/scripts/'';
|
patchShebangsInterimTexmfDist = doPatchShebangs ''$out/texmf-dist/scripts/'';
|
||||||
|
|
||||||
patchShebangsInterim = fullDepEntry ("") ["patchShebangsInterimBin"
|
patchShebangsInterim = fullDepEntry ("") ["patchShebangsInterimBin"
|
||||||
"patchShebangsInterimLibexec" "patchShebangsInterimTexmfDist"
|
"patchShebangsInterimLibexec" "patchShebangsInterimTexmfDist"
|
||||||
"patchShebangsInterimShareTexmfDist"];
|
"patchShebangsInterimShareTexmfDist"];
|
||||||
|
|
||||||
buildInputs = [ zlib bzip2 ncurses libpng flex bison libX11 libICE xproto
|
buildInputs = [ zlib bzip2 ncurses libpng flex bison libX11 libICE xproto
|
||||||
@ -112,7 +114,7 @@ rec {
|
|||||||
|
|
||||||
configureFlags = [ "--with-x11" "--enable-ipc" "--with-mktexfmt"
|
configureFlags = [ "--with-x11" "--enable-ipc" "--with-mktexfmt"
|
||||||
"--enable-shared" "--disable-native-texlive-build" "--with-system-zziplib"
|
"--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"
|
"--with-system-freetype=no" "--disable-ttf2pk" "--enable-ttf2pk2"
|
||||||
]
|
]
|
||||||
++ ( if stdenv.isDarwin
|
++ ( if stdenv.isDarwin
|
||||||
|
Loading…
Reference in New Issue
Block a user