texlive.bin.core: remove obsolete setup hook
This commit is contained in:
@@ -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; {
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user