tuna: patchPhase -> postPatch

Using patchPhase prevents adding patches, e.g. in an overlay.
This commit is contained in:
Alyssa Ross 2023-06-16 08:48:12 +00:00
parent fb4a93a913
commit 6e34087a32

View File

@ -21,7 +21,7 @@ buildPythonApplication rec {
sha256 = "MwyLBwKz5ur1sBXHiCLq/Nq2u5aaiC+KzXqvGBmQii8=";
};
patchPhase = ''
postPatch = ''
mv tuna-cmd.py tuna/cmd.py
substituteInPlace setup.py \