texlive.bin.core: remove obsolete setup hook

This commit is contained in:
Vincenzo Mantova 2023-08-27 19:48:35 +01:00
parent e2e33e611c
commit dee562a0cb
2 changed files with 0 additions and 8 deletions

View file

@ -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; {

View file

@ -1,7 +0,0 @@
addTeXMFPath () {
if test -d "$1/share/texmf-nix"; then
export TEXINPUTS="${TEXINPUTS}${TEXINPUTS:+:}$1/share/texmf-nix//:"
fi
}
addEnvHooks "$targetOffset" addTeXMFPath