mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Merge pull request #130488 from Stunkymonkey/zsh-command-time-phases
zsh-command-time: deprecate phases
This commit is contained in:
commit
5378442edd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user