Merge pull request #131407 from Stunkymonkey/postiats-utilities-phases
postiats-utilities: remove phases
This commit is contained in:
commit
06c2ece56d
1 changed files with 0 additions and 2 deletions
|
@ -19,8 +19,6 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ python3 python3Packages.wrapPython ];
|
||||
|
||||
phases = "unpackPhase patchPhase installPhase";
|
||||
|
||||
postPatch = ''
|
||||
for f in pats-* postiats/*.py; do
|
||||
sed -i "$f" -e "1 s,python3,python,"
|
||||
|
|
Loading…
Reference in a new issue