znc: add configure options (#48683)

* znc: add option to disable IPv6

* znc: add option to enable debugging

* znc: add option to enable zlib support

* zncModules: match znc build inputs

znc-buildmod expects modules to be aware of the same libs znc itself is linked to.
Before this: znc-buildmod was passing -lz but zlib was not in the include path
This commit is contained in:
Yurii Izorkin
2018-10-27 22:50:06 +02:00
committed by Renaud
parent 59cd6234d4
commit 69fb8a811a
2 changed files with 9 additions and 2 deletions
@@ -9,6 +9,8 @@ let
inherit buildPhase;
inherit installPhase;
buildInputs = znc.buildInputs;
meta = a.meta // { platforms = stdenv.lib.platforms.unix; };
passthru.module_name = module_name;
});