From 1aa335e94232d6639ad137d26d0440db2934941c Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Tue, 20 Jul 2021 17:00:18 +0200 Subject: ponysay: remove phases --- pkgs/tools/misc/ponysay/default.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'pkgs/tools/misc/ponysay/default.nix') diff --git a/pkgs/tools/misc/ponysay/default.nix b/pkgs/tools/misc/ponysay/default.nix index 113c2b05ff59a..08f0cf0ed62dd 100644 --- a/pkgs/tools/misc/ponysay/default.nix +++ b/pkgs/tools/misc/ponysay/default.nix @@ -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 \ -- cgit 1.4.1