python39Packages.notmuch: Fix build
This commit is contained in:
@@ -86,7 +86,7 @@ stdenv.mkDerivation rec {
|
||||
dontGzipMan = true; # already compressed
|
||||
|
||||
passthru = {
|
||||
pythonSourceRoot = "${src.name}/bindings/python";
|
||||
pythonSourceRoot = "notmuch-${version}/bindings/python";
|
||||
inherit version;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user