fix(eval/deprecation): replace substituteAll by replaceVars
This commit is contained in:
parent
a99e9007d2
commit
dc8b7a8808
1 changed files with 2 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
{
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
substituteAll,
|
||||
replaceVars,
|
||||
python3,
|
||||
pykanidm,
|
||||
}:
|
||||
|
@ -31,8 +31,7 @@ stdenv.mkDerivation rec {
|
|||
sourceRoot = "source/rlm_python";
|
||||
|
||||
patches = [
|
||||
(substituteAll {
|
||||
src = ./01-python_path.patch;
|
||||
(replaceVars ./01-python_path.patch {
|
||||
inherit pythonPath;
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue