Merge pull request #237327 from amjoseph-nixpkgs/pr/muchsync/fixcross

muchsync: set XAPIAN_CONFIG to fix cross compilation

authored by

Adam Joseph and committed by
GitHub
5fcb10e2 dbef093f

+1
+1
pkgs/applications/networking/mailreaders/notmuch/muchsync.nix
··· 13 }; 14 nativeBuildInputs = [ pkg-config ]; 15 buildInputs = [ notmuch openssl sqlite xapian zlib ]; 16 meta = { 17 description = "Synchronize maildirs and notmuch databases"; 18 homepage = "http://www.muchsync.org/";
··· 13 }; 14 nativeBuildInputs = [ pkg-config ]; 15 buildInputs = [ notmuch openssl sqlite xapian zlib ]; 16 + XAPIAN_CONFIG = "${xapian}/bin/xapian-config"; 17 meta = { 18 description = "Synchronize maildirs and notmuch databases"; 19 homepage = "http://www.muchsync.org/";