tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
awstats: fix build after closure-size merge
Vladimír Čunát
9 years ago
3748cdc7
4c10d404
+2
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
system
awstats
default.nix
+2
-1
pkgs/tools/system/awstats/default.nix
···
14
--replace /usr/share/awstats/ "$out/wwwroot/cgi-bin/"
15
'';
16
17
-
outputs = [ "out" "bin" "doc" ];
0
18
19
buildInputs = with perlPackages; [ ]; # plugins will need some
20
···
14
--replace /usr/share/awstats/ "$out/wwwroot/cgi-bin/"
15
'';
16
17
+
outputs = [ "out" "bin" "doc" ]; # bin just links the user-run executable
18
+
propagatedBuildOutputs = [ ]; # otherwise out propagates bin -> cycle
19
20
buildInputs = with perlPackages; [ ]; # plugins will need some
21