zsh-command-time: disable exec flag

This commit is contained in:
Izorkin 2018-07-27 14:55:02 +03:00
parent f8e8ecde51
commit 264077482e

View file

@ -18,8 +18,10 @@ stdenv.mkDerivation rec {
sha256 = "1bvyjgz6bhgg1nwr56r50p6fblgah6yiql55pgm5abnn2h876fjq"; sha256 = "1bvyjgz6bhgg1nwr56r50p6fblgah6yiql55pgm5abnn2h876fjq";
}; };
phases = [ "installPhase" ];
installPhase = '' installPhase = ''
install -D $src/command-time.plugin.zsh --target-directory=$out/share/zsh-command-time install -Dm444 $src/command-time.plugin.zsh --target-directory=$out/share/zsh-command-time
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {