Merge pull request #35442 from bgamari/fix-notmuch

notmuch: Fix configure invocation
This commit is contained in:
Jörg Thalheim 2018-02-26 17:27:46 +00:00 committed by GitHub
commit 389f2cc88c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ''