mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
python39Packages.notmuch: Fix build
This commit is contained in:
parent
a1fc4daa85
commit
23b7966ea8
@ -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 New Issue
Block a user