From 13f3021bbbddd060eb92672d570c2a87fda65795 Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Sat, 13 Oct 2018 00:17:22 -0500 Subject: [PATCH] notmuch: fix zsh completions by specifying dir to use --- pkgs/applications/networking/mailreaders/notmuch/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/networking/mailreaders/notmuch/default.nix b/pkgs/applications/networking/mailreaders/notmuch/default.nix index 9db9782e2ed6..c2c5d18e2f0d 100644 --- a/pkgs/applications/networking/mailreaders/notmuch/default.nix +++ b/pkgs/applications/networking/mailreaders/notmuch/default.nix @@ -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;