flipperzero-firmware: fix substituteInPlace incantation
This commit is contained in:
parent
da66e90c04
commit
8584ad10d8
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ let
|
||||||
pythonRemoveDeps = true;
|
pythonRemoveDeps = true;
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace --replace-fail pyproject.toml \
|
substituteInPlace pyproject.toml \
|
||||||
'"mslex",' ""
|
--replace-fail '"mslex",' ""
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
cxxheaderparser = pm: pm.buildPythonPackage rec {
|
cxxheaderparser = pm: pm.buildPythonPackage rec {
|
||||||
|
|
Loading…
Reference in a new issue