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;
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace --replace-fail pyproject.toml \
|
||||
'"mslex",' ""
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace-fail '"mslex",' ""
|
||||
'';
|
||||
};
|
||||
cxxheaderparser = pm: pm.buildPythonPackage rec {
|
||||
|
|
Loading…
Reference in a new issue