python39Packages.notmuch: Fix build

This commit is contained in:
Tad Fisher 2021-08-03 13:57:51 -07:00
parent a1fc4daa85
commit 23b7966ea8
No known key found for this signature in database
GPG Key ID: 3A7425F7E7B22251

View File

@ -86,7 +86,7 @@ stdenv.mkDerivation rec {
dontGzipMan = true; # already compressed
passthru = {
pythonSourceRoot = "${src.name}/bindings/python";
pythonSourceRoot = "notmuch-${version}/bindings/python";
inherit version;
};