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:
parent
dc6d1ec67e
commit
8520de4720
2 changed files with 42 additions and 15 deletions
|
@ -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
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue