diff options
author | Felix Buehler <account@buehler.rocks> | 2021-07-20 17:00:18 +0200 |
---|---|---|
committer | Felix Buehler <account@buehler.rocks> | 2021-07-20 17:00:18 +0200 |
commit | 1aa335e94232d6639ad137d26d0440db2934941c (patch) | |
tree | 0f9f6e17ad369f9a850bda21f5ddbd765a2fd2d3 /pkgs/tools | |
parent | 94e725d3299cbeb71419758d671dfb0771b8e318 (diff) |
ponysay: remove phases
Diffstat (limited to 'pkgs/tools')
-rw-r--r-- | pkgs/tools/misc/ponysay/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
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 \ |