notmuch: fix zsh completions by specifying dir to use
This commit is contained in:
parent
a838003c32
commit
13f3021bbb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user