Merge pull request #35442 from bgamari/fix-notmuch
notmuch: Fix configure invocation
This commit is contained in:
commit
389f2cc88c
@ -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 ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user