diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-08-21T10·01+0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-08-21T10·18+0200 |
commit | 4af2611bd105f365e568069463b1700d141dd0a8 (patch) | |
tree | b222a94aba0780ebf34f65c0417488457e104f31 /local.mk | |
parent | 4c6a26539c8c5d1163c1a6a6d22caf818376b36a (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.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/local.mk b/local.mk index 0a225423741d..5c80451bd579 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 |