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

Allow builders to create activities

Actually, currently they can only create download activities. Thus,
downloads by builtins.fetchurl show up in the progress bar.
This commit is contained in:
Eelco Dolstra 2017-08-21 12:01:21 +02:00
parent 4c6a26539c
commit 4af2611bd1
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
4 changed files with 77 additions and 8 deletions

View file

@ -43,6 +43,8 @@ let
(cd perl ; autoreconf --install --force --verbose)
# TeX needs a writable font cache.
export VARTEXFONTS=$TMPDIR/texfonts
cp -rv ${nlohmann_json}/include/nlohmann src/nlohmann
'';
distPhase =