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
2
local.mk
2
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue