flipperzero-firmware: fix substituteInPlace incantation

This commit is contained in:
Luke Granger-Brown 2024-11-23 22:46:53 +00:00
parent da66e90c04
commit 8584ad10d8

View file

@ -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 {