mirror of
https://github.com/NixOS/nix
synced 2025-07-07 14:21:48 +02:00
This commit is contained in:
parent
20b6f94b65
commit
9b46d1ae6f
1 changed files with 3 additions and 0 deletions
|
@ -47,6 +47,9 @@ let
|
||||||
|
|
||||||
stripHash ${bzip2.src}
|
stripHash ${bzip2.src}
|
||||||
cp -pv ${bzip2.src} externals/$strippedName
|
cp -pv ${bzip2.src} externals/$strippedName
|
||||||
|
|
||||||
|
# TeX needs a writable font cache.
|
||||||
|
export VARTEXFONTS=$TMPDIR/texfonts
|
||||||
'';
|
'';
|
||||||
|
|
||||||
preDist = ''
|
preDist = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue