libkazv: remove top-level override

This commit is contained in:
Aliaksandr
2025-12-27 00:18:01 +02:00
committed by Michael Daniels
parent b0c8fb3344
commit 87d01b7465
2 changed files with 2 additions and 6 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
cryptopp,
immer,
lager,
libcpr,
libcpr_1_10_5,
libhttpserver,
libmicrohttpd,
nlohmann_json,
@@ -39,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
cryptopp
immer
lager
libcpr
libcpr_1_10_5
libhttpserver
libmicrohttpd
olm
-4
View File
@@ -13595,10 +13595,6 @@ with pkgs;
fltk = fltk_1_3;
};
libkazv = callPackage ../by-name/li/libkazv/package.nix {
libcpr = libcpr_1_10_5;
};
libpostalWithData = callPackage ../by-name/li/libpostal/package.nix {
withData = true;
};