awstats: fix build after closure-size merge

+2 -1
+2 -1
pkgs/tools/system/awstats/default.nix
··· 14 --replace /usr/share/awstats/ "$out/wwwroot/cgi-bin/" 15 ''; 16 17 - outputs = [ "out" "bin" "doc" ]; 18 19 buildInputs = with perlPackages; [ ]; # plugins will need some 20
··· 14 --replace /usr/share/awstats/ "$out/wwwroot/cgi-bin/" 15 ''; 16 17 + outputs = [ "out" "bin" "doc" ]; # bin just links the user-run executable 18 + propagatedBuildOutputs = [ ]; # otherwise out propagates bin -> cycle 19 20 buildInputs = with perlPackages; [ ]; # plugins will need some 21