override zlog with pkgconf data
This commit is contained in:
parent
24b1374875
commit
3eb8b50d88
2 changed files with 55 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue