Merge pull request #132592 from tadfisher/notmuch-python-fix
python39Packages.notmuch: Fix build
This commit is contained in:
commit
93c8428731
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ stdenv.mkDerivation rec {
|
|||
dontGzipMan = true; # already compressed
|
||||
|
||||
passthru = {
|
||||
pythonSourceRoot = "${src.name}/bindings/python";
|
||||
pythonSourceRoot = "notmuch-${version}/bindings/python";
|
||||
inherit version;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue