mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03: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 New Issue
Block a user