Commit dee562a0 authored by Vincenzo Mantova's avatar Vincenzo Mantova
Browse files

texlive.bin.core: remove obsolete setup hook

parent e2e33e61
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -191,7 +191,6 @@ core = stdenv.mkDerivation rec {
     cp texk/web2c/.libs/himktables $dev/bin/himktables
  '' + common.moveBins;

  setupHook = ./setup-hook.sh; # TODO: maybe texmf-nix -> texmf (and all references)
  passthru = { inherit version buildInputs; };

  meta = with lib; {
+0 −7
Original line number Diff line number Diff line
addTeXMFPath () {
    if test -d "$1/share/texmf-nix"; then
        export TEXINPUTS="${TEXINPUTS}${TEXINPUTS:+:}$1/share/texmf-nix//:"
    fi
}

addEnvHooks "$targetOffset" addTeXMFPath