zsh-navigation-tools: include znt-* functions

This commit is contained in:
Michael Fellinger 2016-03-23 10:05:52 +01:00
parent 7fe888e521
commit 6da0a54d2b

View file

@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
installPhase = ''
mkdir -p $out/share/zsh/site-functions/
cp n-* $out/share/zsh/site-functions/
cp znt-* $out/share/zsh/site-functions/
'';
meta = with stdenv.lib; {