awstats: fix build after closure-size merge

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