Merge pull request #130795 from Stunkymonkey/pnoysay-phases

ponysay: remove phases
This commit is contained in:
Sandro 2021-07-20 17:45:40 +02:00 committed by GitHub
commit e10bb16a68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 \