recon-ng: use replaceVars instead of substituteAll

This commit is contained in:
Wolfgang Walther
2025-04-23 23:13:21 +02:00
parent 80f8473911
commit 91e5816acd
+2 -3
View File
@@ -2,7 +2,7 @@
lib,
fetchFromGitHub,
python3,
substituteAll,
replaceVars,
fetchpatch,
}:
python3.pkgs.buildPythonApplication rec {
@@ -49,8 +49,7 @@ python3.pkgs.buildPythonApplication rec {
postPatch =
let
setup = substituteAll {
src = ./setup.py;
setup = replaceVars ./setup.py {
inherit pname version;
};
in