Merge pull request #35442 from bgamari/fix-notmuch

notmuch: Fix configure invocation

authored by Jörg Thalheim and committed by GitHub 389f2cc8 88b7830b

+4
+4
pkgs/applications/networking/mailreaders/notmuch/default.nix
··· 54 54 done 55 55 ''; 56 56 57 + # Notmuch doesn't use autoconf and consequently doesn't tag --bindir and 58 + # friends 59 + setOutputFlags = false; 60 + enableParallelBuilding = true; 57 61 makeFlags = "V=1"; 58 62 59 63 preFixup = optionalString stdenv.isDarwin ''