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