treewide: replace substituteAll with replaceVars

This commit is contained in:
Wolfgang Walther
2025-02-10 22:51:56 +01:00
parent 2e43b87c62
commit b19d0f6d3d
175 changed files with 444 additions and 608 deletions
@@ -4,7 +4,7 @@
buildPythonPackage,
fetchFromGitHub,
fetchpatch2,
substituteAll,
replaceVars,
isPy310,
isPyPy,
@@ -57,8 +57,7 @@ buildPythonPackage rec {
};
patches = [
(substituteAll {
src = ./unvendor-llhttp.patch;
(replaceVars ./unvendor-llhttp.patch {
llhttpDev = lib.getDev llhttp;
llhttpLib = lib.getLib llhttp;
})