mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
tuna: patchPhase -> postPatch
Using patchPhase prevents adding patches, e.g. in an overlay.
This commit is contained in:
parent
fb4a93a913
commit
6e34087a32
@ -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 New Issue
Block a user