Skip to content

Commit

Permalink
Merge pull request #237327 from amjoseph-nixpkgs/pr/muchsync/fixcross
Browse files Browse the repository at this point in the history
muchsync: set XAPIAN_CONFIG to fix cross compilation
  • Loading branch information
Adam Joseph authored Jul 20, 2023
2 parents dbef093 + fa9ebf6 commit 5fcb10e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ pkg-config ];
buildInputs = [ notmuch openssl sqlite xapian zlib ];
XAPIAN_CONFIG = "${xapian}/bin/xapian-config";
meta = {
description = "Synchronize maildirs and notmuch databases";
homepage = "http://www.muchsync.org/";
Expand Down

0 comments on commit 5fcb10e

Please sign in to comment.