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:
parent
4c6a26539c
commit
4af2611bd1
4 changed files with 77 additions and 8 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue