summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-09-01 13:27:27 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-09-01 13:27:27 +0300
commit8c4aeb17808e6d33515bb9178eaca942c588b31d (patch)
tree202a33b2dd86ab28d168778b313f184a9ecc0bda /pkgs/tools/system
parent003ab1d9fdaf2818a1e5a6e53825d31ac2e23621 (diff)
parent838c75398cc46cf2acbe144b1f3866d736abe430 (diff)
downloadnixlib-8c4aeb17808e6d33515bb9178eaca942c588b31d.tar
nixlib-8c4aeb17808e6d33515bb9178eaca942c588b31d.tar.gz
nixlib-8c4aeb17808e6d33515bb9178eaca942c588b31d.tar.bz2
nixlib-8c4aeb17808e6d33515bb9178eaca942c588b31d.tar.lz
nixlib-8c4aeb17808e6d33515bb9178eaca942c588b31d.tar.xz
nixlib-8c4aeb17808e6d33515bb9178eaca942c588b31d.tar.zst
nixlib-8c4aeb17808e6d33515bb9178eaca942c588b31d.zip
Merge staging into master
Brings in:
    - changed output order for multiple outputs:
      https://github.com/NixOS/nixpkgs/pull/14766
    - audit disabled by default
      https://github.com/NixOS/nixpkgs/pull/17916

 Conflicts:
	pkgs/development/libraries/openldap/default.nix
Diffstat (limited to 'pkgs/tools/system')
-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 2883a364548d..ecf31d6c9d6e 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