ponysay: remove phases

This commit is contained in:
Felix Buehler 2021-07-20 17:00:18 +02:00
parent 94e725d329
commit 1aa335e942

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 \