override zlog with pkgconf data

This commit is contained in:
Rongsong Shen 2025-11-03 17:08:57 +08:00
parent 24b1374875
commit 3eb8b50d88
2 changed files with 55 additions and 0 deletions

View file

@ -8,9 +8,13 @@ let
cedro = cedro;
capnpc = capnpc;
};
zlog_with_pkgconf = callPackage ./pkgs/z/zlog/package.nix {
with_pkgconf = true;
};
in
{
xbuild = xbuild;
capnpc = capnpc;
cedro = cedro;
zlog_with_pkgconf = zlog_with_pkgconf;
}