add struct2json
This commit is contained in:
parent
3bc72b826a
commit
e634e6222e
3 changed files with 44 additions and 3 deletions
|
|
@ -71,6 +71,9 @@ let
|
|||
pkgs = pkgs;
|
||||
};
|
||||
cetcd = callPackage ./pkgs/c/cetcd/package.nix {};
|
||||
struct2json = callPackage ./pkgs/s/struct2json/package.nix {
|
||||
pkgs = pkgs;
|
||||
};
|
||||
in
|
||||
{
|
||||
xbuild = xbuild;
|
||||
|
|
@ -83,4 +86,5 @@ in
|
|||
cetcd = cetcd;
|
||||
libcello_debug = libcello_debug;
|
||||
packcc = packcc_main;
|
||||
struct2json = struct2json;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue