summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-02-23 23:23:58 -0500
committerBen Gamari <ben@smart-cactus.org>2018-02-26 12:00:03 -0500
commit5f3b59c0d0f396aba68a3d1abd25170d979954b2 (patch)
treed75cb8d14e0bf322c9e2784013ed3aa02167061f /pkgs/applications/networking
parent02ba80a3393c3fdeae697a3146dbcc8448b9c4a6 (diff)
downloadnixlib-5f3b59c0d0f396aba68a3d1abd25170d979954b2.tar
nixlib-5f3b59c0d0f396aba68a3d1abd25170d979954b2.tar.gz
nixlib-5f3b59c0d0f396aba68a3d1abd25170d979954b2.tar.bz2
nixlib-5f3b59c0d0f396aba68a3d1abd25170d979954b2.tar.lz
nixlib-5f3b59c0d0f396aba68a3d1abd25170d979954b2.tar.xz
nixlib-5f3b59c0d0f396aba68a3d1abd25170d979954b2.tar.zst
nixlib-5f3b59c0d0f396aba68a3d1abd25170d979954b2.zip
notmuch: Fix configure invocation
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/mailreaders/notmuch/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/networking/mailreaders/notmuch/default.nix b/pkgs/applications/networking/mailreaders/notmuch/default.nix
index c23c264559f8..a3de728ce415 100644
--- a/pkgs/applications/networking/mailreaders/notmuch/default.nix
+++ b/pkgs/applications/networking/mailreaders/notmuch/default.nix
@@ -54,6 +54,10 @@ stdenv.mkDerivation rec {
     done
   '';
 
+  # Notmuch doesn't use autoconf and consequently doesn't tag --bindir and
+  # friends
+  setOutputFlags = false;
+  enableParallelBuilding = true;
   makeFlags = "V=1";
 
   preFixup = optionalString stdenv.isDarwin ''