Merge pull request #130795 from Stunkymonkey/pnoysay-phases
ponysay: remove phases
This commit is contained in:
commit
e10bb16a68
1 changed files with 0 additions and 2 deletions
|
@ -13,8 +13,6 @@ stdenv.mkDerivation {
|
|||
|
||||
inherit python3;
|
||||
|
||||
phases = "unpackPhase installPhase fixupPhase";
|
||||
|
||||
installPhase = ''
|
||||
find -type f -name "*.py" | xargs sed -i "s@/usr/bin/env python3@$python3/bin/python3@g"
|
||||
substituteInPlace setup.py --replace \
|
||||
|
|
Loading…
Reference in a new issue