notmuch: fix zsh completions by specifying dir to use

This commit is contained in:
Will Dietz 2018-10-13 00:17:22 -05:00
parent a838003c32
commit 13f3021bbb

View File

@ -56,6 +56,8 @@ stdenv.mkDerivation rec {
done
'';
configureFlags = [ "--zshcompletiondir=$(out)/share/zsh/site-functions" ];
# Notmuch doesn't use autoconf and consequently doesn't tag --bindir and
# friends
setOutputFlags = false;