summary refs log tree commit diff
path: root/pkgs/tools/system/awstats/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/awstats/default.nix')
-rw-r--r--pkgs/tools/system/awstats/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/awstats/default.nix b/pkgs/tools/system/awstats/default.nix
index 2883a364548..ecf31d6c9d6 100644
--- a/pkgs/tools/system/awstats/default.nix
+++ b/pkgs/tools/system/awstats/default.nix
@@ -14,7 +14,7 @@ perlPackages.buildPerlPackage rec {
       --replace /usr/share/awstats/ "$out/wwwroot/cgi-bin/"
   '';
 
-  outputs = [ "out" "bin" "doc" ]; # bin just links the user-run executable
+  outputs = [ "bin" "out" "doc" ]; # bin just links the user-run executable
   propagatedBuildOutputs = [ ]; # otherwise out propagates bin -> cycle
 
   buildInputs = with perlPackages; [ ]; # plugins will need some