Merge pull request #44149 from Izorkin/shells-zsh-command-time

zsh-command-time: disable exec flag
This commit is contained in:
Jörg Thalheim 2018-07-28 23:18:28 +01:00 committed by GitHub
commit e7ee823abb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,8 +18,10 @@ stdenv.mkDerivation rec {
sha256 = "1bvyjgz6bhgg1nwr56r50p6fblgah6yiql55pgm5abnn2h876fjq";
};
phases = [ "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; {