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

@ -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