about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-07-18 00:40:09 +0200
committerGitHub <noreply@github.com>2021-07-18 00:40:09 +0200
commit5378442eddbc968d220b452142ccc1eef9750cba (patch)
tree99702d4622f70e8b1328cd71d06772734e0b8bb3 /pkgs/shells
parent6555da04a72b33e6ca080ae45b541349b0fe87ac (diff)
parent84abd5c20a360a145c70b548d12f232021d39de0 (diff)
downloadnixlib-5378442eddbc968d220b452142ccc1eef9750cba.tar
nixlib-5378442eddbc968d220b452142ccc1eef9750cba.tar.gz
nixlib-5378442eddbc968d220b452142ccc1eef9750cba.tar.bz2
nixlib-5378442eddbc968d220b452142ccc1eef9750cba.tar.lz
nixlib-5378442eddbc968d220b452142ccc1eef9750cba.tar.xz
nixlib-5378442eddbc968d220b452142ccc1eef9750cba.tar.zst
nixlib-5378442eddbc968d220b452142ccc1eef9750cba.zip
Merge pull request #130488 from Stunkymonkey/zsh-command-time-phases
zsh-command-time: deprecate phases
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/zsh/zsh-command-time/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/zsh/zsh-command-time/default.nix b/pkgs/shells/zsh/zsh-command-time/default.nix
index 9696e441cf5a..b92ced6be71c 100644
--- a/pkgs/shells/zsh/zsh-command-time/default.nix
+++ b/pkgs/shells/zsh/zsh-command-time/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation {
     sha256 = "1bvyjgz6bhgg1nwr56r50p6fblgah6yiql55pgm5abnn2h876fjq";
   };
 
-  phases = [ "installPhase" ];
+  dontUnpack = true;
 
   installPhase = ''
     install -Dm0444 $src/command-time.plugin.zsh --target-directory=$out/share/zsh/plugins/command-time