add extralib
This commit is contained in:
parent
d1be381c60
commit
7b3f4f072b
2 changed files with 50 additions and 0 deletions
|
|
@ -71,6 +71,9 @@ let
|
|||
pkgs = pkgs;
|
||||
};
|
||||
cetcd = callPackage ./pkgs/c/cetcd/package.nix {};
|
||||
extralib = callPackage ./pkgs/e/extralib/package.nix {
|
||||
pkgs = pkgs;
|
||||
};
|
||||
in
|
||||
{
|
||||
xbuild = xbuild;
|
||||
|
|
@ -83,4 +86,5 @@ in
|
|||
cetcd = cetcd;
|
||||
libcello_debug = libcello_debug;
|
||||
packcc = packcc_main;
|
||||
extralib = extralib;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue