remove extralib

This commit is contained in:
Rongsong Shen 2025-12-03 11:44:49 +08:00
parent b590911ebd
commit 3bc72b826a
2 changed files with 0 additions and 50 deletions

View file

@ -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;
}