summaryrefslogtreecommitdiffstats
path: root/local.mk
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-08-21 12:01:21 +0200
committerEelco Dolstra <edolstra@gmail.com>2017-08-21 12:18:46 +0200
commit4af2611bd105f365e568069463b1700d141dd0a8 (patch)
treeb222a94aba0780ebf34f65c0417488457e104f31 /local.mk
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 'local.mk')
-rw-r--r--local.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/local.mk b/local.mk
index 0a2254237..5c80451bd 100644
--- a/local.mk
+++ b/local.mk
@@ -3,7 +3,7 @@ ifeq ($(MAKECMDGOALS), dist)
dist-files += $(shell git --git-dir=.git ls-files || find * -type f)
endif
-dist-files += configure config.h.in nix.spec perl/configure
+dist-files += configure config.h.in nix.spec perl/configure src/nlohmann/json.hpp
clean-files += Makefile.config