Skip to content
Snippets Groups Projects
Commit 2494e134 authored by Lukas Nagel's avatar Lukas Nagel
Browse files

Revert "drop `-nix` suffix from drv/share/texmf"

This reverts commit 059c541b.
parent bd6d4737
No related branches found
No related tags found
No related merge requests found
......@@ -7,10 +7,10 @@ addFonts() {
}
addTexInputs () {
if test -d "$1/share/texmf" &&
if test -d "$1/share/texmf-nix" &&
echo ${TEXINPUTS-} | grep -vq "$1" 2>/dev/null
then
export TEXINPUTS="${TEXINPUTS-}${TEXINPUTS:+:}$1/share/texmf/:"
export TEXINPUTS="${TEXINPUTS-}${TEXINPUTS:+:}$1/share/texmf-nix/:"
fi
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment