about summary refs log tree commit diff
path: root/pkgs/tools/system/awstats
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-04-26 11:15:28 +0200
committerVladimír Čunát <vcunat@gmail.com>2016-04-26 11:15:28 +0200
commit3748cdc791b990ab6df6ee9f66f457f10cd5c949 (patch)
tree02ceac5e4693777c585e4878a2e4630633b5314e /pkgs/tools/system/awstats
parent4c10d404e7f3d68fb818b6dddc98b162b0d00832 (diff)
downloadnixlib-3748cdc791b990ab6df6ee9f66f457f10cd5c949.tar
nixlib-3748cdc791b990ab6df6ee9f66f457f10cd5c949.tar.gz
nixlib-3748cdc791b990ab6df6ee9f66f457f10cd5c949.tar.bz2
nixlib-3748cdc791b990ab6df6ee9f66f457f10cd5c949.tar.lz
nixlib-3748cdc791b990ab6df6ee9f66f457f10cd5c949.tar.xz
nixlib-3748cdc791b990ab6df6ee9f66f457f10cd5c949.tar.zst
nixlib-3748cdc791b990ab6df6ee9f66f457f10cd5c949.zip
awstats: fix build after closure-size merge
Diffstat (limited to 'pkgs/tools/system/awstats')
-rw-r--r--pkgs/tools/system/awstats/default.nix3
1 files changed, 2 insertions, 1 deletions
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