719217d77a
* added lazylist and polytable (both tetex packages) * added lhs2tex ebuild, depending on the two above svn path=/nixpkgs/trunk/; revision=4609
8 lines
179 B
Bash
8 lines
179 B
Bash
addTeXMFPath () {
|
|
if test -d "$1/share/texmf-nix"; then
|
|
export TEXMFNIX="${TEXMFNIX}${TEXMFNIX:+:}$1/share/texmf-nix"
|
|
fi
|
|
}
|
|
|
|
envHooks=(${envHooks[@]} addTeXMFPath)
|