1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00

* Include the sqlite tarball in the Nix tarball.

This commit is contained in:
Eelco Dolstra 2010-02-24 10:48:57 +00:00
parent dc6d1ec67e
commit 8520de4720
2 changed files with 42 additions and 15 deletions

View file

@ -37,6 +37,9 @@ let
stripHash ${bzip2.src}
cp -pv ${bzip2.src} externals/$strippedName
stripHash ${sqlite.src}
cp -pv ${sqlite.src} externals/$strippedName
# TeX needs a writable font cache.
export VARTEXFONTS=$TMPDIR/texfonts
'';