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 done 55 ''; 56 57 makeFlags = "V=1"; 58 59 preFixup = optionalString stdenv.isDarwin ''
··· 54 done 55 ''; 56 57 + # Notmuch doesn't use autoconf and consequently doesn't tag --bindir and 58 + # friends 59 + setOutputFlags = false; 60 + enableParallelBuilding = true; 61 makeFlags = "V=1"; 62 63 preFixup = optionalString stdenv.isDarwin ''