Merge pull request #132592 from tadfisher/notmuch-python-fix

python39Packages.notmuch: Fix build
This commit is contained in:
Jörg Thalheim 2021-08-04 05:42:29 +01:00 committed by GitHub
commit 93c8428731
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
};