tuna: patchPhase -> postPatch
Using patchPhase prevents adding patches, e.g. in an overlay.
This commit is contained in:
parent
fb4a93a913
commit
6e34087a32
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ buildPythonApplication rec {
|
|||
sha256 = "MwyLBwKz5ur1sBXHiCLq/Nq2u5aaiC+KzXqvGBmQii8=";
|
||||
};
|
||||
|
||||
patchPhase = ''
|
||||
postPatch = ''
|
||||
mv tuna-cmd.py tuna/cmd.py
|
||||
|
||||
substituteInPlace setup.py \
|
||||
|
|
Loading…
Reference in a new issue