From 4af2611bd105f365e568069463b1700d141dd0a8 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 21 Aug 2017 12:01:21 +0200 Subject: Allow builders to create activities Actually, currently they can only create download activities. Thus, downloads by builtins.fetchurl show up in the progress bar. --- local.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'local.mk') 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 -- cgit v1.2.3