libkazv: remove top-level override
This commit is contained in:
committed by
Michael Daniels
parent
b0c8fb3344
commit
87d01b7465
@@ -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
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user