python3Packages.notmuch2: fix build
folder name became incorrect
This commit is contained in:
parent
fd11119c73
commit
84c07d71a5
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ buildPythonPackage {
|
|||
pname = "notmuch2";
|
||||
inherit (notmuch) version src;
|
||||
|
||||
sourceRoot = "${notmuch.src.name}/bindings/python-cffi";
|
||||
sourceRoot = "notmuch-${notmuch.version}/bindings/python-cffi";
|
||||
|
||||
buildInputs = [ python notmuch cffi ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue