awstats: fix build after closure-size merge
This commit is contained in:
parent
4c10d404e7
commit
3748cdc791
@ -14,7 +14,8 @@ perlPackages.buildPerlPackage rec {
|
|||||||
--replace /usr/share/awstats/ "$out/wwwroot/cgi-bin/"
|
--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
|
buildInputs = with perlPackages; [ ]; # plugins will need some
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user