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
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
configureFlags = [ "--zshcompletiondir=$(out)/share/zsh/site-functions" ];
|
||||||
|
|
||||||
# Notmuch doesn't use autoconf and consequently doesn't tag --bindir and
|
# Notmuch doesn't use autoconf and consequently doesn't tag --bindir and
|
||||||
# friends
|
# friends
|
||||||
setOutputFlags = false;
|
setOutputFlags = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user