xapian_1_2_22: fix build (#45424)
apply notmuch patch conditionally for 1.4.7 only
This commit is contained in:
parent
73d348c8eb
commit
3fb5440074
@ -11,7 +11,7 @@ let
|
|||||||
inherit sha256;
|
inherit sha256;
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = stdenv.lib.optional (version == "1.4.7") [
|
||||||
# fix notmuch build, see https://notmuchmail.org/faq/#index12h2
|
# fix notmuch build, see https://notmuchmail.org/faq/#index12h2
|
||||||
# cannot fetchpatch this because base directory differs
|
# cannot fetchpatch this because base directory differs
|
||||||
# TODO: remove on next xapian update
|
# TODO: remove on next xapian update
|
||||||
|
Loading…
x
Reference in New Issue
Block a user