about summary refs log tree commit diff
path: root/release.nix
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-08-21T10·01+0200
committerEelco Dolstra <edolstra@gmail.com>2017-08-21T10·18+0200
commit4af2611bd105f365e568069463b1700d141dd0a8 (patch)
treeb222a94aba0780ebf34f65c0417488457e104f31 /release.nix
parent4c6a26539c8c5d1163c1a6a6d22caf818376b36a (diff)
Allow builders to create activities
Actually, currently they can only create download activities. Thus,
downloads by builtins.fetchurl show up in the progress bar.
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/release.nix b/release.nix
index 834269ff7d..40df200fdc 100644
--- a/release.nix
+++ b/release.nix
@@ -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 =