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:
@@ -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;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user