summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-07-20 17:00:18 +0200
committerFelix Buehler <account@buehler.rocks>2021-07-20 17:00:18 +0200
commit1aa335e94232d6639ad137d26d0440db2934941c (patch)
tree0f9f6e17ad369f9a850bda21f5ddbd765a2fd2d3 /pkgs/tools/misc
parent94e725d3299cbeb71419758d671dfb0771b8e318 (diff)
ponysay: remove phases
Diffstat (limited to 'pkgs/tools/misc')
-rw-r--r--pkgs/tools/misc/ponysay/default.nix2
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 \