mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
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;
|
||||
};
|
||||
|
||||
patches = [
|
||||
patches = stdenv.lib.optional (version == "1.4.7") [
|
||||
# fix notmuch build, see https://notmuchmail.org/faq/#index12h2
|
||||
# cannot fetchpatch this because base directory differs
|
||||
# TODO: remove on next xapian update
|
||||
|
|
Loading…
Reference in a new issue