From 3748cdc791b990ab6df6ee9f66f457f10cd5c949 Mon Sep 17 00:00:00 2001 From: Vladimír Čunát Date: Tue, 26 Apr 2016 11:15:28 +0200 Subject: awstats: fix build after closure-size merge --- pkgs/tools/system/awstats/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkgs/tools') diff --git a/pkgs/tools/system/awstats/default.nix b/pkgs/tools/system/awstats/default.nix index f4a14155d689..2883a364548d 100644 --- a/pkgs/tools/system/awstats/default.nix +++ b/pkgs/tools/system/awstats/default.nix @@ -14,7 +14,8 @@ perlPackages.buildPerlPackage rec { --replace /usr/share/awstats/ "$out/wwwroot/cgi-bin/" ''; - outputs = [ "out" "bin" "doc" ]; + outputs = [ "out" "bin" "doc" ]; # bin just links the user-run executable + propagatedBuildOutputs = [ ]; # otherwise out propagates bin -> cycle buildInputs = with perlPackages; [ ]; # plugins will need some -- cgit 1.4.1