postiats-utilities: remove phases

This commit is contained in:
Felix Buehler 2021-07-25 01:35:41 +02:00
parent 8f67e19b84
commit 38f2a71410

View file

@ -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,"