diff options
| author | Harald van Dijk <harald@gigawatt.nl> | 2014-08-11 23:38:21 +0200 |
|---|---|---|
| committer | Bjørn Forsman <bjorn.forsman@gmail.com> | 2014-08-12 21:16:01 +0200 |
| commit | 67a5ec4efb83d415cc8e0860b56b93198fe2d233 (patch) | |
| tree | 0aa556d1d3901ee495b6c1af4517afbff75f28a8 /pkgs/development/python-modules/GitPython | |
| parent | 56f409a4463f09f05b69cf9b8a73851fb0f8e722 (diff) | |
nixos/lighttpd: fix modules for gitweb
Setting "services.lighttpd.gitweb.enable" to true doesn't enable the
required lighttpd modules to actually make it work. The problem is that
"or" and "||" don't mean the same thing: "or" falls back to the second
operand if the first is not defined, whereas "||" is the normal logical
operator. When cfg.cgit.enable is defined, as false, the expressions
don't have the desired effect.
[Bjørn: modify commit message]
Diffstat (limited to 'pkgs/development/python-modules/GitPython')
0 files changed, 0 insertions, 0 deletions
